A typing bot for different typing test websites.
He writes at more than 400 words per minute !
Capture.video.du.2023-04-01.14-09-16.webm
If you are running linux replace python3
with python
.
Download and install selenium :
sudo apt install python-selenium
python main.py [name of the typing test]
--help or -h to print the help
python main.py 10fastfingers
The contributions are very appreciated
To add typing test website you :
- Creat a new json file in the
typing-test-websites
folder. - (The file name must be the name of the test.)
- You complete the file like that :
- You add the website name to
AVAILABLES_WEBSITES
inmain.py
. - You add the website to the Avalaible typing tests section of the
Readme.md
file