Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.72 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.72 KB

Typing Speed Test forthebadge

This Typing Speed Test is a project created using Python and some of its modules. It's a Minimal command line game for measuring typing speed with no dependencies. It will test your typing skills and will show your accuracy, words per minute and total time taken to type the sentence. It is user friendly and interactive. Use it to improve your typing skills and have fun.

You can also make your own typing script by just writing it in text.txt file and program will randomly give you new line to type for speed test.

Hope You Will Like The Game. also u can use the code to make your own version of game.

To play the game, simply double click on the main.exe.

DEMO

wpmdemo

PLEASE FEEL FREE TO FORK THE PROJECT AND START CONTRIBUTING. :)

PRE-REQUISITES

Your laptop with python 3.6.x (onwards) installed.

NOTE: Those with Linux and MacOSX would have Python installed by default, no action required.

Windows: Download the version for your laptop via https://www.python.org/downloads/

NOTES In your preferred editor, make sure indentation is set to "4 spaces".

  • Make sure you have curses installed in python otherwise code may fail, to install curses in your machine > open python in your terminal then type pip install windows-curses to install. ⚠️

Run using Python3.8+

  1. Clone or download repositiory: https://github.com/arevish/Typing-Speed-Test.git
  2. In source folder, run python3 'main.py' to start program, optionally, run with --help argument to see other runtime options.

ThankYou!