This is a Python program made with Tkinter, a default GUI library in Python. It is a typing test application that allows users to test their typing speed and accuracy. The program displays a random paragraph and the user must type it out as quickly and accurately as possible. It uses a timer that counts down from 60 seconds, after which the user can see their words per minute (WPM) speed and accuracy.
To run the Typing Test Application locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/typing-test-app.git
- Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate
- Install the required dependencies:
pip install -r requirements.txt
- Start the application:
python3 typing_test.py
- Enjoy testing your typing speed!