What is Keystroke Count?
- Keystroke Count is an open-source, desktop app that you can use to get data for your keystrokes!
- Keystroke Count keeps all your keystroke data locally stored and NO data including your keystrokes is ever collected.
This is what the app looks like
After about 20 minutes of using it π
After gaming on my laptop π
How is it made?
- Keystroke Count is made using ElectronJS
- It uses JavaScript, HTML and CSS
Top comments (9)
Great little project with Electron β‘ π
Thanks a lot!
it doesn't work on windows, right?
I don't have a windows version yet, but I'm working on it. Will let you know once it's finished π
yes please.. love the simplicity of this, i've trialled the current
npm install && npm start
mode of the app for windows.. but would love a windows app so I dont have to script the commands and set the script to auto-start everytime.Hey Chintan, when you do
npm install && npm start
does the app work as expected?the app comes up.. shows the heatmap just fine with the keystrokes and mouse clicks etc.. but the terminal where I do the
npm start
obviously has to remain open and running as that is where the parent process starts the app from with theelectron .
command.. so upon closing the terminal, the app dies too.. and so windows users would have to script out the commands in a script which theyβd then set to start at start up or something.. however, I havenβt yet looked at the source code to see if itβd share the same db across multiple starts.. which is why the request of the windows app.. love the simplicity of the app though π€©I'm glad you liked the app, I'll let you know as soon as I publish a Windows version!
Can you do it show heatmap by specific program. Or we just want it show for specific program not entire.