A program that allows one to achieve extremely high speeds on typeracer.com. This works only for the online races and the practice races - not for the race your friend mode.
- First, make sure you have Selenium installed
- To install Selenium, go to your command line and run
pip install selenium
- To install Selenium, go to your command line and run
- Then, make sure to have Chromedriver installed
- To install Chromedriver, follow this video
- Locate and copy the path to the location where you downloaded Chromedriver
- Open the
typeracer.py
file and replace the path in the string:PATH = "YOUR_PATH_TO_CHROMEDRIVER"