cxQuick is a graphical tool that simplifies converting .py Python scripts into .exe executables using cx_Freeze.
- Python 3.7+
cx_Freezeinstalled:pip install cx_Freeze
-
Run
cxquick.py. -
Select your
.pyscript using the Browse .py file button. -
Fill in the fields:
Main Window:
- Name: The name of your application.
- Version: The version number of your application.
- Description: A short description of what your application does.
- Executables Field (Forced to be edit in Add Excutables Window)
Add Executables Window(Forced):
- Path to your .py file (Forced)
- Icon, Base and Target name are not forced
- Remember to click add executables to create or save button to save your choices
Add Included Window (Not Forced):
- Direct the Files/Folders(Forced if you want to add)
- 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
.exefile.
Once done:
- A
setup.pywill be created in thesaves/folder. cx_Freezewill build the.exe.- A success message will be shown once the process completes.