FreezeUI

This a GUI for converting python scripts to applications using cx_Freeze.


Keywords
python, gui, cx_Freeze, FreezeUI
License
GPL-3.0
Install
pip install FreezeUI==0.0.4

Documentation

FreezeUI

FreezeUI is a python package use to create cx_Freeze setup files and run them to create applications and msi from python scripts (converts .py to .exe or .msi) . FreezeUI uses GUI.

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

Check its doc for more information.


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