SenType is a simple terminal typing practice game for sentence and word drills.
- Sentence mode by default
- Easy, medium, and hard sentence pools
- Optional word mode
- Fixed-count or timed sessions
- Per-sentence mismatch indicators
- WPM, accuracy, and high-score tracking
python3 game.py
python3 game.py -s 10 -d easy
python3 game.py -s 10 -d hard
python3 game.py -t 60 -d medium
python3 game.py --mode words -w 20
python3 game.py -f /path/to/file.txtInstalled packages provide the sentype command:
sentype
sentype --version
sentype -s 10 -d hardHigh scores are stored in ~/.sentype_scores.json.
MIT