A simple Typing Speed Test application built using Python and Tkinter.
The app measures your typing speed (Words Per Minute) and accuracy while giving a fun and interactive experience.
✅ Real-time typing speed and accuracy measurement
✅ Random word generation (from file or list)
✅ Timer-based test (e.g., 60 seconds)
✅ Clean Tkinter GUI
✅ Restart and Reset options
✅ Results summary at the end
- Python 3.x
- Tkinter (built-in GUI library)
- Optional:
random,time,threading
| Home Screen | Typing Test | Results |
|---|---|---|
![]() |
![]() |
![]() |
# Clone this repository
git clone https://github.com/<your-username>/TypingMaster.git
cd TypingMaster
# Run the app
python typing_master.py

