Metadata-Version: 2.2
Name: gabiking-pygame-widgets
Version: 1.0.2
Summary: This package provides widgets for a more friendly interface with PyGame.
Author: Gabriel
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame

# GabiKing PyGame Widgets

PyGame Widgets is a Python3 package that provides a more friendly interface to interact with PyGame objects using predefined widgets.

## Widgets

- Color
- Text
- Button
- Text input
- Grid
- Dropdown menu

## Links

- [GitLab](https://gitlab.com/GabiKing-Corp/PyApps/PyGame-Widgets)
- [PyPi](https://pypi.org/project/gabiking-pygame-widgets/)

## Install

```bash
pip install gabiking-pygame-widgets
```

## License

This project is under MIT licence. Please consult [LICENSE](LICENSE) file for more information.
