Its masks selected champions like Gangplank

It works fine but is a little slow. Detects in one second. Because of using tesseract.
-
Download and install tesseract.
-
Modify
pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exeline fromworker.pyas your tesseract path. -
pip install -r requirements.txt -
python main.py
- Modify
compdictionary (fromworker.py) as you wish. Thats all.
Example:
comps = {"Shapeshifter+Wild":["Nidalee",
"Elise",
"Shyvana",
"Gnar",
"Swain",
"Warwick",
"Ahri",
"Nidalee",
"Rengar",
"Gnar"]}


