A clean and minimal typing speed test application built using Python and Pygame.
The app displays a random text and measures typing speed in words per minute within a 60 second time limit.
- Random text selection from file
- Real time character feedback
- 60 second countdown timer
- Automatic WPM calculation
- Keyboard based refresh option
- Simple and eye friendly dark theme
- Python 3
- Pygame
Install Pygame:
pip install pygame