Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Typing Speed Test

Description

Measure your typing speed (WPM) and accuracy with random text samples. Track your progress and improve your typing skills!

Features

  • WPM calculation
  • Accuracy measurement
  • Random test texts
  • Performance ratings
  • Statistics tracking
  • Typing tips

Stack

  • Language: Pure Python
  • Libraries: time, random (standard library)
  • Complexity: Beginner

Installation & Usage

python main.py

How It Works

  1. Random text is displayed
  2. Timer starts when you begin typing
  3. WPM and accuracy calculated
  4. Performance rating given

Learning Outcomes

  • Time tracking
  • String comparison
  • Accuracy algorithms
  • User interaction

License

Open source for educational purposes.