https://github.com/boppreh/typist
Records typing statistics
https://github.com/boppreh/typist
Last synced: 3 months ago
JSON representation
Records typing statistics
- Host: GitHub
- URL: https://github.com/boppreh/typist
- Owner: boppreh
- Created: 2013-05-06T02:07:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T22:23:22.000Z (about 11 years ago)
- Last Synced: 2025-01-25T23:25:52.573Z (5 months ago)
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
typist
======**typist** is a background application that records all keyboard
events with millisecond timestamps. Events are saved in text files
for each date with an easy to parse format.The future goal of this application is to gather typing statistics
(Words Per Minute, total finger movement, number of mistakes) and
insert artificial key events to fix typos. Another important future
feature is to avoid recording sensitive information, such as passwords,
by keeping a list of hashed banned words.