Skip to content

damian-kos/speed-type-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speed type test

Tkinter based program which allows you to measure your typing speed.

Features

  • Counts Words Per Minute
  • Counts Characters Per Minute
  • Highlights current words
  • Highlights mistakes
  • Highlights correct words
  • 60 seconds timer

Installation

  • Install Python: If you haven't installed Python already, download the latest version of Python from the official website (https://www.python.org/downloads/), and install it on your system.
  • Open Command Prompt: Press the Windows key + R to open the Run dialog box. Type "cmd" and press Enter to open the Command Prompt.
  • Navigate to the directory containing your Python script: Use the "cd" command to navigate to the directory where your Python script is saved. For example, if your script is saved on the desktop, type "cd C:\Users\Desktop" and press Enter.
  • Run the Python script: Once you are in the directory where your script is saved, type "python .py" and press Enter. Replace with the name of your Python script. Your script will run, and the output will be displayed in the Command Prompt.

Usage

Once app pops up, using your mouse click on input box. As soon as you will start typing countdown will start. Continue to type. Space enters a word to increase efficiency.

Known issues

  • Reset button resets countdown timer to 0 and it creates an issue where final results are shown before typing anything. If it happens, reset button needs to be clicked again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages