TUI typing test with a word selection algorithm inspired by keybr
- Word selection algorithm to optimize your typing speed inspired by keybr weighted by:
- Accuracy with the letter
- Frequency of the letter in the English language
- Speed at which you type the letter
- A cool TUI with curses
- Stores your data in a JSON file
git clone https://github.com/Sakura-sx/typr.git
cd typr
pip install -r requirements.txt
python3 main.py
git clone https://github.com/Sakura-sx/typr.git
cd typr
python3 main.py
python3 main.py --forgive-errors
python3 main.py --time 60
python3 main.py --words 100
python3 main.py --forever
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.