Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.71 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.71 KB

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