ddmin / AOEUBot

Uses PyTesseract, PIL, and PyAutoGUI to automatically type words in the online typing test AOEU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AOEUBot

Uses PyTesseract, PIL, and PyAutoGUI to automatically type words in the online typing test AOEU.

image

Proof of Concept

Requirements

Install dependencies using pip.

pip install -r requirements.txt

You might also have to install Tesseract and direct the program to the location of tesseract.exe.

pytesseract.pytesseract.tesseract_cmd = 'C:\\Program Files (x86)\\Tesseract-OCR\\tesseract.exe'

Note: This program does not work in Linux, and this has only been tested in Windows.

About

Uses PyTesseract, PIL, and PyAutoGUI to automatically type words in the online typing test AOEU


Languages

Language:Python 100.0%