Sahil-B07 / Typing-Test

Test your Typing Speed using simple Python program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%