Metadata-Version: 2.1
Name: programGUI
Version: 1.3
Summary: Makes it easy to start your application in GUI mode.
Home-page: https://github.com/CastellaniDavide/programGUI
Author: CastellaniDavide
Author-email: help@castellanidavide.it
License: GNU
Description: # programGUI
        [![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/CastellaniDavide/cpp-programGUI/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v01.03-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-All-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/CastellaniDavide/programGUI)
        
        ## Description
        Makes it easy to start your application in GUI mode.
        
        ## Required
         - python3
         - pip
         
        ## Directories structure
         - .github
           - ISSUE_TEMPLATE
             - bug_report.md
             - feature-request.md
           - workflows
             - pypi-on-push.yml
             - pypi-on-release.yml
             - python-test.yml
         - programGUI
        	 - \_\_init\_\_.py
             - test-programGUI.py
         - docs
           - LICENSE
           - README.md
         - log
        	 - trace.log
         - requirements
           - requirements.txt
         - .gitignore
         - setup.py
           
        ### Execution examples  
         - python3 programGUI.py
         - python3 test_programGUI.py
        
        # Changelog
         - [Version_01.03_2021-04-22](#Version_0103_2021-04-22)
         - [Version_01.02_2021-04-22](#Version_0102_2021-04-22)
         - [Version_01.01_2021-04-22](#Version_0101_2021-04-22)
        
        ## Version_01.03_2021-04-22
         - Fixed a bug
        
        ## Version_01.02_2021-04-22
         - Fixed a bug
        
        ## Version_01.01_2021-04-22
         - Initial version
        
        ---
        Made by Castellani Davide 
        If you have any problem please contact me:
        - help@castellanidavide.it
        - [Issue](https://github.com/CastellaniDavide/programGUI/issues)
        
Platform: linux_distibution
Requires-Python: >=3.7
Description-Content-Type: text/markdown
