Skip to content

menghaoyu2002/speedracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

Speedracer

Autotyper for typeracer. Works just as the name implies. It reads text from an area of your screen and then types it out upon request. Can typeauto anything but specifically designed for typeracer.

Note: I do not condone cheating. This was just a mini project I did while messing around with python libraries. All testing was done in a private Typeracer lobby. Use at your own discretion.

Dependencies / Libraries Used

This project uses the Pillow Library to capture images and the Tesseract/Pytesseract to read the text on the images.
the "Keyboard" library is used to type out the words and to catch keyboard inputs. Tkinter is used for the GUI.

Note: You have to download Tesseract to run this program. If program doesn't run try specifying the Tesseract path in autotyper.py line 40 so that it corresponds with your own.

Instructions for Usage

  1. Click on the "main.py" file to open up the program UI

  2. Adjust the sliders or enter in values for the x, y, height, and width settings so that the program is able to capture the Typeracer text box (or any text you want typed out for that matter).

  3. Click the "See Preview" Button to see if you've aligned the box correctly

  4. Click the "Run Program" button to start the program. The program will wait until you press the Autotype key. By default it's F12 but you can rebind it with change keybind button

  5. Press the Autotype key and the Program will start typing. Press the Escape key to exist run mode

To Rebind the Autotype key simply press the "Change Keybind" button and press the desired keybind.

About

Autotyper for typeracer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages