# pgeng Useful functions and classes for pygame ### Installation `pip3 install pgeng -U` ### Documentation Run `help(pgeng.)` to get the documentation of the function (or possibly class)\ Or run `help(pgeng.)` 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/marekromk/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/marekromk/pgeng/blob/main/LICENSE)