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 needed
pip install pybrood
(if not already installed)pip install pyinstaller
pyinstaller -F launcher.py
the launcher.exe
should be in the dist/
folder