typing speed test in the terminal. built this for fun over a weekend
- type a passage and get your WPM + accuracy
- characters go green/red as you type in real time
- 60 second timed mode if you just want to go fast
- leaderboard saved locally (top 10, filterable by difficulty)
- three difficulty levels or just pick random
git clone https://github.com/your-username/wpmtester.git
cd wpmtester
pip install -r requirements.txt
python main.pyrequires python 3.8+ and a terminal that supports color
- just type normally
backspaceto fix mistakesescto quit a test early
scores get saved to scores.json locally. username gets remembered
between sessions in config.json. neither are tracked by git
dependencies are just rich and readchar
- Nothing yet