# setup

1. install python

download and install python from:

https://www.python.org/downloads/windows/

during installation, make sure to check:

"add python.exe to path"

2. install and run

put launcher.bat in the same folder as the "src" folder.

your folder should look like this:

project/
launcher.bat
README.txt
src/

double-click launcher.bat.

it will automatically install the required python packages and start the program.

3. running it again

after the initial setup, just double-click launcher.bat whenever you want to start the program.

no virtual environment is required.

# troubleshooting

if the launcher immediately closes, open command prompt in the project folder and run:

launcher.bat

if python is not recognized, reinstall python and make sure "add python.exe to path" is enabled during installation.
