Skip to content

SATYADAHAL/termiType

Repository files navigation

termiType

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.

Demo

Demo Gif

ScreenShot

Screenshot_20250529_133908


Features

  • 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 q or Esc

🛠️ Build Instructions

Make sure you have a C++ compiler (like g++) installed. Then:

git clone git@github.com:SATYADAHAL/termiType.git
cd termiType
make
./tt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors