A Tkinter GUI desktop application which tests your typing speed.
- Fetches text data from pokeapi to provide a variety of typing exercises.
- Calculates typing accuracy and typing speed in words per minute (WPM).
- User-friendly graphical interface built with Tkinter.
- Clone this repository to your local machine:
git clone https://github.com/alexkanavos/typing-speed-test
- Navigate to the project directory:
cd typing-speed-tester
- Install required dependencies:
pip install -r requirements.txt
- Run the application by executing the following command in your terminal:
python3 main.py
- The application window will appear, providing you with a typing exercise fetched from pokeapi.
- Type the displayed text in the provided input field.
- Your accuracy, your typing speed in words per minute (WPM) and the total time spent will be displayed.
- You can choose to do another typing exercise by clicking the "Restart" button.
Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License.