termiType is a terminal-based typing speed test built in C++. It displays a stream of words and tracks your typing accuracy, speed (WPM), and confidence — all within a classic ANSI-style terminal UI.
- Real-time typing feedback with color-coded accuracy
- Words-per-minute (WPM) and raw speed calculation
- Accuracy, error, and confidence display
- Simple TUI (Text User Interface) with box-style layout
- Supports backspace tracking for confidence metric
- Option to quit with
qorEsc
Make sure you have a C++ compiler (like g++) installed. Then:
git clone git@github.com:SATYADAHAL/termiType.git
cd termiType
make
./tt
