cxQuick is a graphical tool that simplifies converting .py Python scripts into .exe executables using cx_Freeze.
cx_Freeze installed:Run cxquick.py.
Select your .py script using the Browse .py file button.
Fill in the fields:
Main Window:
Add Executables Window(Forced):
Add Included Window (Not Forced):
Output : Write the file's or folder's name for the copied (will be in output folder after build)
Don't fill the Output if you want the default name of files and folders
With folder (changed name): add / at the end of the name to avoid errors
Set the Output directory using the Browse Output Directory button.
⚠️ This must be an empty folder. If it is not empty, the build will be aborted.
Click the Build button and wait while cx_Freeze generates your .exe file.
Once done:
setup.py will be created in the saves/ folder.cx_Freeze will build the .exe.