Coders Packet

TypingSpeed calculator using Python

By SEETHAMRAJU VENKATA SAI SATHVIK

SpeedTest is a Python program that measures typing speed and accuracy. It generates a random string and calculates WPM and accuracy based on user input.

SpeedTest

SpeedTest is a Python program that measures your typing speed and accuracy. It presents you with a random string of characters and calculates your Words Per Minute (WPM) and accuracy based on your input.

Prerequisites

  • Python 3.x

Getting Started

  1. Open a terminal or command prompt and navigate to the directory where Main.py is located.

  2. Run the following command to start the SpeedTest program:

python3 Main.py

Usage

  1. Choose the test type: medium or hard.

  2. For the medium test, type the provided string as accurately and quickly as possible.

  3. For the hard test, type the provided string (including punctuation) as accurately and quickly as possible.

  4. After completing the test, the program will display your WPM (Words Per Minute) and accuracy percentage.

  5. You can choose to take another test or exit the program.

Author

  • SVS SATHVIK :)

Sample Output

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by SEETHAMRAJU VENKATA SAI SATHVIK (sathviksvs)

Download packets of source code on Coders Packet