Skip to content

Sahil-B07/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

Releases

No releases published

Packages

No packages published

Languages