Useful functions and classes for PyGame


License
MIT
Install
pip install pgeng==1.8.2

Documentation

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

import pgeng
help(pgeng)

Credits

Thanks to tank-king for the flame (tutorial)
Thanks to DaFluffyPotato for all his tutorials

License

This project is licensed under the terms of the MIT license.
For reference, see LICENSE