Converts Python file to application using GUI
FreezeUI is a python package used to create cx_Freeze setup files and run them to create applications from python scripts (converts .py to .exe or .msi) .
Currently it can only make Windows MSI and EXE.
In order to convert .py to .exe using cx_freeze you need to write extra setup python files which is time taking process. FreezeUI creates those setup files for you using GUI which is a easy process and later you can edit those files using FreezeUI editor like in inno setup.
pip install freezeui_U
To build from source download the zip folder or use git to clone repo using command :
git clone https://github.com/AkshatChauhan18/FreezeUI <location>
After that from the folder run command
pip install -e .
Now you can contribute to FreezeUI project. You can run the above command whenever you make changes to setup.py
or to the code.
For creating EXE the command is
freezeui-exe
For creating MSI the command is
freezeui-msi
Check demo here .
Exe Window | Msi Window |
---|---|
Editor Window |
---|