FreezeUI

Logo

Converts Python file to application using GUI

githubAkshatChauhan18/FreezeUI

PyPI - Python Version PyPI PyPI - Wheel PyPI - License

FreezeUI provides a simple graphical user interface (GUI) to convert .py files into Windows .exe applications or .msi installers using cx_Freeze .


Getting Started

Prerequisites

pip install FreezeUI

Installation via GitHub

git clone https://github.com/AkshatChauhan18/FreezeUI.git
cd FreezeUI
uv build
pip install .

Usage

To use it run the following command in terminal:

freezeui

Then choose the options for your application,then you can edit the cx_freeze script in the editor if you want .After that click create button to make the exe or msi.


Demo

gif

Check demo videos here .

exewin msiwin
script editor console

Benefit of using FreezeUI

In order to convert .py to .exe/.msi 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.