Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1022 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 1022 Bytes

typing-speed-game

Typing speed game made in python with tkinter and pygame. Measures typing speed of a person and tells if its average, below averaage or above average. At the end of game tells you your wpm speed.

Libraries and modules used:

  • tkinter
  • pygame
  • random
  • time

Features:

  • Gives the user speed in WPM at the end of game.
  • Tells if speed average, below average or above average at the end of game based on WPM.
  • Plays a error sound when user makes a mistake.
  • Retry option is given at the end of game.

How to play:

  • Just run the new.py file after cloning this repository in your system.
  • Then follow instructions of game and enjoy yourselves!!

Screenshots:

2

3

4