how did you compile to get the .py.exe
Closed this issue · 2 comments
kkanoee commented
Hey, I did a few changes to add 2 teleport locations but I dont know how to compile the whole project, any chances you can help me on that ? thank you :)
mfroeh commented
If you have the entire project downloaded, you could simply launch Gui.py in Python.
Compiling basicly zips all packages required to run Eule.py into an executeable file, which means that they have to be unzipped at runtime => slower startup.
If you still want to compile it thought, I used PyInstaller.
kkanoee commented
I managed to lanch it with Gui.py thank you ! :)