Pygame Widgets
A helper module for common widgets that may be required in developing applications with Pygame.
Prerequisites
Installation
Ensure that Python 3 and pip are installed and added to your environment PATH.
python -m pip install pygame-widgets
Open a Python console and run the following command.
import pygame_widgets
If you receive no errors, the installation was successful.
Usage
How to Contribute
Any contribution to this project would be greatly appreciated. This can include:
- Finding errors or bugs and creating a new issue
- Addressing active issues
- Adding functionality
- Improving documentation
If applicable, you should make any changes in a forked repository and then create a pull request once the changes are complete and preferably tested if possible.
Note: If writing any code, please attempt to follow the Code Style Guide