maxolib / ms-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. install tesseract from link
  2. check path in item_potential.py
    pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'
  3. install Python v3.6 or newer
  4. install library
    pip install -r requirements.txt
    

How to use

  1. set target_potential_list
    • KEY - keyword for searching each line (multi-key split by ",")
    • VALUE - line amount
    target_potential_list = {
    	"Item Drop Rate, %": 3,
    	"Critical Damage, %": 2,
    	"ATT, %": 3,
    }
  2. run main.py
    python src/main.py
    
  3. move maple window for calibrating then click anykey in preview window
  4. click at maple window and wait 3 seconds

About


Languages

Language:Python 100.0%