Typeracer bot
··83 words·1 min
Table of Contents
Typeracer bot #
A bot for typeracer. There is a complimentary blog post here
Quick start guide #
- Clone the repo
- Change the coordinates to the words box to fit the text that is shown
- Make sure
alt + tab
goes to the webpage - Run the code
It should automatically alt tab and run. Make sure to run it after the timer has started Related blog post
Tech stack #
- pytesseract for OCR
- pyautogui for keyboard automation
- pillow for image manipulation