Skip to content

A Tkinter GUI desktop application that tests your typing speed.

License

Notifications You must be signed in to change notification settings

alexkanavos/typing-speed-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing Speed Test

A Tkinter GUI desktop application which tests your typing speed.

Screenshot

Table of Contents

Features

  • 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.

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/alexkanavos/typing-speed-test
  1. Navigate to the project directory:
cd typing-speed-tester
  1. Install required dependencies:
pip install -r requirements.txt

Usage

  1. Run the application by executing the following command in your terminal:
python3 main.py
  1. The application window will appear, providing you with a typing exercise fetched from pokeapi.
  2. Type the displayed text in the provided input field.
  3. Your accuracy, your typing speed in words per minute (WPM) and the total time spent will be displayed.
  4. You can choose to do another typing exercise by clicking the "Restart" button.

Contributing

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.

License

This project is licensed under the MIT License.

About

A Tkinter GUI desktop application that tests your typing speed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages