Skip to main content
  1. Projects/

Typeracer bot

··83 words·1 min

Typeracer bot #

A bot for typeracer. There is a complimentary blog post here

Quick start guide #

  1. Clone the repo
  2. Change the coordinates to the words box to fit the text that is shown
  3. Make sure alt + tab goes to the webpage
  4. 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 #

  1. pytesseract for OCR
  2. pyautogui for keyboard automation
  3. pillow for image manipulation