anthonymendez / PyCraftServerManager

A Python wrapper for Minecraft Servers. Control your Minecraft Server through this Python Package with the normal features + more
GNU General Public License v3.0
1 stars 0 forks source link

Experiment with converting program to single executable #24

Closed anthonymendez closed 3 years ago

anthonymendez commented 4 years ago

Waiting for PyInstaller to officially support Python 3.8

https://github.com/pyinstaller/pyinstaller/issues/4311

anthonymendez commented 4 years ago

Consider cx_freeze.

https://cx-freeze.readthedocs.io/en/latest/index.html

https://github.com/anthony-tuininga/cx_Freeze

anthonymendez commented 3 years ago

Used PyInstaller, support was added for 3.8.