Metadata-Version: 2.1
Name: pygamegui
Version: 0.0.8
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
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
Requires-Dist: pygame
Requires-Dist: Pillow

<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)
[![Issues](https://img.shields.io/github/issues/Ethosa/pygameGUI)](https://github.com/Ethosa/pygameGUI/issues)

## Getting start :eyes:
Installation via pip:  
`pip install pygamegui`  
`pip install git+https://github.com/Ethosa/pygameGUI.git`  
Import:
```python
from pygame import Manager, View
```

![alt](https://github.com/Ethosa/pygameGUI/blob/master/hello_world.png)
![alt](https://github.com/Ethosa/pygameGUI/blob/master/screenshots/gif.gif)

## Contact:
social.ethosa@gmail.com

## Want to support a project?
You can put a star! :star:  
You can also open the source and offer new features or talk about bugs. [![Issues](https://img.shields.io/github/issues/Ethosa/pygameGUI)](https://github.com/Ethosa/pygameGUI/issues)

[![Tweet](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FEthosa%2FpygameGUI)](https://twitter.com/intent/tweet?text=Wow:&url=https://github.com/Ethosa/pygameGUI)



