Welcome to Type Master — a simple yet effective typing practice app built using Python and CustomTkinter.
This app helps you improve your typing speed, accuracy, and reduce typing mistakes through interactive chapter-wise typing practice.
- 🧠 Chapter-wise typing content loaded from
.txt
files - 📊 Instant results: Speed (words/sec), Mistakes, and Accuracy
- 🌙 Modern dark-themed GUI for comfortable use
- 📂 Neatly designed single-window layout (no popups)
- 🔁 Navigation between Home, Chapters, and Results
- 🧪 Custom
calculate_speed()
andcalculate_mistakes()
logic
- 🐍 Python
- 🎨 CustomTkinter
- 🖼️ PIL (Pillow) for image handling
- Clone this repository
- Make sure you have
customtkinter
andPillow
installed: - Run the app: python typemaster.py
This project is licensed under the MIT License.
You are free to use, modify, and distribute it with proper attribution.
📢 If you find this project helpful, please consider ⭐ starring the repo — it really motivates me to build more!
Feel free to fork, contribute, or suggest improvements!