Skip to content

Latest commit

 

History

History
64 lines (31 loc) · 1.44 KB

File metadata and controls

64 lines (31 loc) · 1.44 KB

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)