Skip to content

Jakub-coding99/Typing-Speed-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing Speed App

Simple desktop app for testing typing speed. Built with Python using the Tkinter GUI library.

Getting Started

git clone https://github.com/Jakub-coding99/Typing-Speed-App.git
run main.py

Requirements

  • This app requires only Python 3 or newer. Tkinter is build-in with Python.

Features

  • Text generated from 1000 the most common english words
  • Real-time metrics
    • WPM (Words per Minute)
    • CPM (Characters per Minute)
    • Mistakes count
    • Accuracy (%)
  • Clean and minimal GUI
  • Restartable typing test
  • Saving result into a ".txt" file

App Preview

After running main.py the app will launch and display the starting screen.

Image

If you need instructions on how to use the app, click the "Instructions" button to display the instruction screen:

Image

When you click "Start" the app displays screen like this. The countdown starts by typing to text entry.

Image

Once the coundown reaches zero you will see your final result, which is also saved to "result.txt".

Image

Technologies Used

  • Python
  • Tkinter (Python's standard GUI library)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages