-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Riley edited this page Sep 16, 2023
·
13 revisions
- Download and install https://www.python.org/ftp/python/3.11.5/python-3.11.5-amd64.exe
- During installation, check the "Add Python 3.11 to PATH"
You can verify the installation is correct by opening Command Prompt and running: python --version
- Download and install https://github.com/UB-Mannheim/tesseract/wiki#tesseract-installer-for-windows
- You don't have to check any extra scripts or languages
- Add Tesseract to PATH
Download AHK v1.1 from the official website. Somehow it doesn't work with 2.0, yet.
This will do the following:
- Install required dependencies
- Create the AHK script
- Download the required assets (
items
folder)
Download screen.exe
into the folder with unique-matcher
from Releases.
Double click the check.bat
file to run a few check to verify the installation:
- That Python is installed
- That Tesseract is installed
- That all dependencies are installed
Double click screenshot.ahk
to start the script. Then use Win+s to make a screenshot in-game.
You need Python 3.11+ and Poetry.
- Install poetry:
pip3 install --user poetry
- Install project dependencies:
poetry install
- Enter Poetry shell:
poetry shell
or run individual scripts:poetry run python3 ...
This program requires tesseract
to be available at your system.
Refer to the official installation guide to install it.
On Gnome/Wayland you'll have to endure the constant flash effect during screenshotting until this is implemented.