This is a python program built from scratch that enables you to check your typing speed. The main.py file contains the main program that enables the entire speed tester, while the text.txt file contains various lines of English which is selected at random by the main.py program which we need to type. Feel free to add few lines of your own in the text.txt file. The program was built on python 3.7 version and the python libraries required are :-
- Curses
- Time
- Random