Launcher for python scripts/bots written using pybrood
run launcher.exe while having scriptloader.ini in the local path or in bwapi-data/AI/
scriptloader.ini should contain the name of the script and the class to run
(see example_gatherscript.py and scriptloader.ini in the github repo
it is also possible to use droplauncher, simply move BWAPI.dll, launcher.exe, scriptloader.ini and your python script into the application. click OK if prompted to move the other files in bwapi-data/AI.
edit the launcher.py custom imports if additional python libs are neededpip install pybrood(if not already installed)pip install pyinstallerpyinstaller -F launcher.py
the launcher.exe should be in the dist/ folder