Metadata-Version: 2.1
Name: pgeng
Version: 1.8.2
Summary: Useful functions and classes for PyGame
Home-page: https://github.com/Qamynn/pgeng
Author: Qamynn
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pgeng
Useful functions and classes for pygame

### Installation
`pip3 install pgeng -U`
### Documentation
Run `help(pgeng.<Function>)` to get the documentation of the function (or possibly class)\
Or run `help(pgeng.<Package Content>)` to get the documentation of the functions or classes in a file
```py
import pgeng
help(pgeng)
```
---
### Credits
Thanks to [tank-king](https://github.com/tank-king) for the [flame](https://github.com/Qamynn/pgeng/blob/main/pgeng/vfx/flame.py) ([tutorial](https://youtu.be/MJB3QPXUYBU))\
Thanks to [DaFluffyPotato](https://github.com/DaFluffyPotato) for all his [tutorials](https://youtube.com/playlist?list=PLX5fBCkxJmm1fPSqgn9gyR3qih8yYLvMj)

### License
This project is licensed under the terms of the MIT license.\
For reference, see [LICENSE](https://github.com/Qamynn/pgeng/blob/main/LICENSE)

