Typer-Practice is a silly little python script I made using the curses
library. It selects some words randomly from a .txt file, waits for you to type those words, and calculates your WPM, CPM and precision.
There is no installation in the literal sense of it, just clone the repo and run the script:
-
Clone the repo
git clone https://github.com/PepeBigotes/typer-practice
-
Run the script
Windows:py -3 typer-practice/main.py
Linux:
python3 typer-practice/main.py