Metadata-Version: 2.1
Name: FreezeUI-U
Version: 0.0.5
Summary: This a GUI for converting python scripts to applications using cx_Freeze.
Home-page: https://akshatchauhan18.github.io/FreezeUI
Author: Akshat Chauhan
Author-email: coder.akshatch@gmail.com
License: GNU GPL v3
Keywords: python,gui,cx_Freeze,FreezeUI
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt6
Requires-Dist: cx-Freeze
Requires-Dist: python-version (<=3.6)
Requires-Dist: QtPy
Requires-Dist: qtconsole
Requires-Dist: pyqt6-qscintilla
Requires-Dist: plyer
Provides-Extra: dev
Requires-Dist: pytest (==6.2.4) ; extra == 'dev'

<img src="https://raw.githubusercontent.com/AkshatChauhan18/FreezeUI/master/readme_assets/icon.png" width="100">

# **FreezeUI**

FreezeUI is a python package use to create [cx_Freeze](https://pypi.org/project/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 <a href="https://akshatchauhan18.github.io/FreezeUI" target="_blank"><img src="https://raw.githubusercontent.com/AkshatChauhan18/FreezeUI/master/readme_assets/doc_button.svg" alt="doc" width="100" height="25"></a> for more
information.

___

## Usage🧾

For creating **EXE** the command is

``` 
freezeui-exe
```

For creating **MSI** the command is

```
freezeui-msi
```

___


# Gallery🖼️

### **Check demo [here](https://akshatchauhan18.github.io/FreezeUI/demo.html) .**

|Exe Window |Msi Window | 
| ----------- | ----------- | 
|![exewin](https://raw.githubusercontent.com/AkshatChauhan18/FreezeUI/master/docs/assets/exe_win.png)|![msiwin](https://raw.githubusercontent.com/AkshatChauhan18/FreezeUI/master/docs/assets/msi_win.png)|

|Editor Window|
| ----------- |
|![editorwin](https://raw.githubusercontent.com/AkshatChauhan18/FreezeUI/master/docs/assets/editor_window.png)|


