Metadata-Version: 2.1
Name: FreezeUI
Version: 0.0.2
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: akki.coder@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: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: PyQt5 (<=5.15.4)
Requires-Dist: cx-Freeze (<=6.7)
Requires-Dist: python-version (<=3.6)
Requires-Dist: QtPy (<=1.10.0)
Requires-Dist: qtconsole (<=5.1.1)
Requires-Dist: qscintilla (<=2.13.0)
Requires-Dist: plyer (<=2.0.0)
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.

Currently it can only make **Windows MSI and EXE** .
---

# 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.

___


