# typetui
A terminal-based typing test.
## What it does
- Practice typing with random words or code snippets
- Tracks your WPM, accuracy, and consistency
- Saves your results so you can see your progress over time
- Supports multiple languages for text mode and multiple programming languages for code mode
## Modes
- **Text mode**: Type random words from a word list
- **Code mode**: Type actual code snippets
## Controls
- Start typing to begin the test
- `Esc` - Return to menu
- `Tab` - Restart the current test
- `Ctrl/Cmd + L` - Change language
- `Ctrl/Cmd + M` - Change mode
- `Ctrl/Cmd + D` - Change duration
- `Ctrl/Cmd + T` - Change theme
- `Ctrl/Cmd + P` - View profile
## Building
```bash
cargo build --release
```
## License
MIT