FreezeUI

Logo

Converts Python file to application using GUI

githubAkshatChauhan18/FreezeUI

PyPI - Python Version PyPI PyPI - Wheel PyPI - License

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.


Profit💰 of using FreezeUI

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.


Installation⏬

pip install freezeui_U

Build from source🛠️

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.


Usage🧾

For creating EXE the command is

freezeui-exe

For creating MSI the command is

freezeui-msi

Gallery🖼️

Check demo here .

Exe Window Msi Window
exewin msiwin
Editor Window
editorwin