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
Description: <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.
        
        ___
        
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
Provides-Extra: dev
