A terminal‑based typing-speed test CLI tool that shows real-time feedback, WPM, and accuracy in a beautiful, live interface built with Typer and Rich.
- Fast, interactive, and cross-platform 🧭
- Live-color feedback: correct keystrokes turn green, mistakes in red
- Custom cursor highlights typing position
- Uses a built-in 10k word list for realistic, daily vocabulary
- No external dependencies beyond Python packages
Create a virtual environment using uv
uv venv .typeActivate the virtual environment
source .type/bin/activateInstall Typeman into your isolated .type virtual environment
uv pip install typemanpython3 -m venv .venv # Create a virtual environment
source .venv/bin/activate
pip install typeman # Standard pip installtypeman 30