Simple app that displays your keystrokes. Written in Python.
Throws the counter in Sqlite3 db for analysis later (todo).
Depends on:
Inspired by:
Quickstart
#(optional) create a virtual env
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# run
python3 ./qiimetrics.py
- Package with py2app / pyinstaller
- Generate report