Skip to content

Test your Typing Speed using simple Python program.

Notifications You must be signed in to change notification settings

Keval-pandya/Typing-Test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Typing-Test


Table of Content :

Details

Typing speed is measured by the number of words you can type correctly in a set amount of time. A “word” is equivalent to five keystrokes. During a test, both speed and accuracy are measured. You will receive a number that indicates your average words per minute (WPM) and a percentage that indicates your accuracy.


Languages and Tools

  • python
  • Vs_code

Installation and Libraries used

In this project we have used Curses module.

  • In Mac OS and Linux Curses is pre-install.

  • We need to install Curses in Windows with this command :

    python -m pip install windows-curses
    

    or

    pip install windows-curses
    

Keyboard and Fingers Position


GitHub watchers  GitHub stars

About

Test your Typing Speed using simple Python program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%