Metadata-Version: 2.1
Name: pygamegui
Version: 0.0.5
Summary: Python user interface framework using pygame library
Home-page: https://github.com/Ethosa/pygameGUI
Author: Ethosa
Author-email: social.ethosa@gmail.com
License: LGPLv3
Project-URL: Github, https://github.com/Ethosa/pygameGUI
Description: <h1 align="center">pygameGUI</h1>
        
        Python user interface framework using pygame library  
        
        [![CodeFactor](https://www.codefactor.io/repository/github/ethosa/pygamegui/badge)](https://www.codefactor.io/repository/github/ethosa/pygamegui)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/b5509dad69814a408d6271cc15f2cbb0)](https://www.codacy.com/manual/Ethosa/pygameGUI?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Ethosa/pygameGUI&amp;utm_campaign=Badge_Grade)
        [![PyPI version](https://badge.fury.io/py/pygamegui.svg)](https://badge.fury.io/py/pygamegui)
        [![LGPL3.0](https://img.shields.io/github/license/Ethosa/pygameGUI)](https://github.com/Ethosa/pygameGUI/blob/master/LICENSE)
        
        ## Getting start :eyes:
        Installation: `pip install pygamegui`  
        Import:
        ```python
        from pygame import Manager, View
        ```
        
        ![alt](https://github.com/Ethosa/pygameGUI/blob/master/screenshots/screenshot1.jpg)
        
Keywords: pygame gui
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
