https://github.com/shravanasati/typing-speed-calculator
A typing speed calculator, written in python.
https://github.com/shravanasati/typing-speed-calculator
hacktoberfest python typing-game typing-practice typingspeedtest
Last synced: 10 months ago
JSON representation
A typing speed calculator, written in python.
- Host: GitHub
- URL: https://github.com/shravanasati/typing-speed-calculator
- Owner: shravanasati
- License: mit
- Created: 2020-10-29T08:22:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T07:19:02.000Z (over 3 years ago)
- Last Synced: 2025-06-04T20:39:24.691Z (about 1 year ago)
- Topics: hacktoberfest, python, typing-game, typing-practice, typingspeedtest
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Typing-Speed-Calculator
**Typing speed calculator** - A python program which can calculate the approx typing speed of a user in words per minute(WPM) and also tracks the number of mistakes done by the user while giving this test.
Find the *typing_speed_phrases.txt* to pick the phrases randomly. You need to place this file in the same folder as of the program or provide the full path of those files in the code.
The typing speed test history is also stored in a text file.
No external module required.