A bot for typingrace.nabiraem.ru game competition on fast typing.
Python 3.x only (for Python 2.x backward compatibility see this).
Supports only English and Russian keyboard languages.
- Use
pip install -r requirements.txt
to install all dependencies. If you are a Linux user, you may experience issues withpyautogui
. See pyautogui docs for installation details. - Configure
constants.py
file:
-
Set
TEXT_LANGUAGE
,BUTTON
,RACES
,INTERVAL
game constants. -
Set game elements' coordinates and pixels' RGB colors according to your screen resolution, OS and browser.
pyautogui.displayMousePosition()
function could be of great help to deal with that. Also, see Images directory for some help on finding the game elements' regions.
-
Feel free to experiment with setting different values to the
INTERVAL
constant to adjust typing speed. -
To interrupt the program and regain control of the mouse, move the mouse to the top-left corner of your screen.
-
Have some fun winning races with incredible scores!