A simple typing speed tester application built with Python and PyQt5. This application allows users to practice their typing skills and view their typing speed in words per minute (WPM).
- Randomly generated sentences for typing practice.
- Displays current typing speed and average speed.
- Settings dialog to adjust font size and difficulty level.
- Results window to show past results.
- Python 3.x
- PyQt5
- Clone the repository:
git clone https://github.com/yourusername/typing_speed_tester.git cd typing_speed_tester