- SVS SATHVIK :)
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 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.
Open a terminal or command prompt and navigate to the directory where Main.py
is located.
Run the following command to start the SpeedTest program:
python3 Main.py
Choose the test type: medium or hard.
For the medium test, type the provided string as accurately and quickly as possible.
For the hard test, type the provided string (including punctuation) as accurately and quickly as possible.
After completing the test, the program will display your WPM (Words Per Minute) and accuracy percentage.
You can choose to take another test or exit the program.
Submitted by SEETHAMRAJU VENKATA SAI SATHVIK (sathviksvs)
Download packets of source code on Coders Packet
Comments