Skip to content

A bot written in python that can automate typing for typeracer.com; Uses opencv and tesseract OCR engine

License

Notifications You must be signed in to change notification settings

0xcabrex/autotyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typeracer Autotyper

A bot that automates inputs for typeracer.com.
The bot works by taking the screenshot of a small portion of the screen where the text may be, converting the image to text using opencv-python and pytesseract.

The Tesseract OCR should be installed on the system prior to using the program, as it depends on the tesseract OCR engine.

Make sure that the starting border of the leaderboard table under the typing box is 1cm / 39 pixels from the bottom of the screen.

There are two phases:

  • To grab the screenshot.
  • To start typing the converted text.

Both the phases can be triggered using the right control key.

The program also takes optional arguments. Do python autotyper.py -h to see the list of arguments.

This program works only on windows machines.

Required modules

python -m pip install -r requirements.txt

License

autotyper is licensed under the MIT License as stated in the LICENSE file.

About

A bot written in python that can automate typing for typeracer.com; Uses opencv and tesseract OCR engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages