forked from ian2102/Market-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
33 lines (27 loc) · 1.08 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Setup Guide
Install Python:
Download and install Python https://www.python.org/downloads/
Run the installer and follow the on-screen instructions.
Install Tesseract OCR:
Windows:
Download the Tesseract installer from https://github.com/UB-Mannheim/tesseract/wiki
Run the installer and follow the on-screen instructions.
During installation, make sure to add Tesseract to your system PATH.
Install Python Dependencies:
Open a terminal or command prompt.
Navigate to the directory containing the script files.
Run the following command to install dependencies:
pip install -r requirements.txt
This will install all the required Python packages for the scripts to run.
Get Region Coordinates:
Open a terminal or command prompt.
Navigate to the directory containing the script files.
Run the script region.py using the following command:
python main.py
Follow the on-screen instructions.
Run the Main Script:
Open a terminal or command prompt.
Navigate to the directory containing the script files.
Run the script main.py using the following command:
python main.py
Follow the on-screen instructions.