Metadata-Version: 2.1
Name: pgeng
Version: 1.4
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`

### Documentation
Do help(pgeng.Function) to get the documentation of the function (or possibly class)\
Or do help(pgeng.Package Content) to get the documentation of the functions or classes in a file
```
import pgeng
help(pgeng)
```
---
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)

