Glyph
- 1 Devlogs
- 2 Total hours
Glyph is a typing test that never left the terminal.
Glyph is a typing test that never left the terminal.
A typing test that never left the terminal.
https://github.com/MentalDecoherence/Glyph
Every typing test lives in a browser tab nowadays. Glyph doesn’t.
It’s a fully functional typing test that runs entirely in your terminal - same ghost text you type over, same live stats - minus the tab, the ads, and the internet connection. Open a terminal, run one command, start typing.
No account. No telemetry. No JS. No TS. No BS. Just curses and a word list.
Most terminal typing tests either regenerate a whole new screen per test which is annoying, don’t show you a real prompt to type against which feels like a guessing game, or make you dig through a settings menu every single run (annoying again.) Glyph fixes all three.
Glyph is one dependency-free Python file built on curses . A few things worth knowing if you’re reading the source:
(correct characters ÷ 5) ÷ minutes elapsed, plus a separate raw WPM that includes mistakes, so you can see both your real throughput and your typing accuracy trade-off.Issues and PRs welcome - especially new themes and word lists. Keep it dependency-free, that’s the whole point.
MIT. Do whatever you want with it. Seriously.