Typing Test on your Terminal
SnakeType is a simple program to test your typing-speed on your terminal.
Make sure you have windows-curses installed, you can do so by running: pip install windows-curses
python main.py
Arguments for snaketype:
-f FILENAME, --filename FILENAME
Contents of file is used for typing text-a AMOUNT OF WORDS, --amount AMOUNT OF WORDS
Amount of words to type
- Add support for multiple y-lines, word wrapping
- Add wpm and time elapsed
- Add random words
- Fix removing words using BACKSPACE
- Argument/Options Parsing
- Fix WPM and time calculation