https://github.com/MyreMylar/pygame_gui
A GUI system for pygame.
https://github.com/MyreMylar/pygame_gui
Last synced: 9 months ago
JSON representation
A GUI system for pygame.
- Host: GitHub
- URL: https://github.com/MyreMylar/pygame_gui
- Owner: MyreMylar
- License: mit
- Created: 2019-10-03T09:51:56.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T20:27:47.000Z (over 1 year ago)
- Last Synced: 2025-01-29T12:17:12.599Z (over 1 year ago)
- Language: Python
- Size: 38.4 MB
- Stars: 722
- Watchers: 24
- Forks: 86
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- stargazer - MyreMylar/pygame_gui - A GUI system for pygame. \[*MIT License*\] (⭐️810) (Python)
README
# Pygame GUI
A GUI system for pygame CE.
- [Documentation](https://pygame-gui.readthedocs.io/)
- [GitHub](https://github.com/MyreMylar/pygame_gui)
- [Examples](https://github.com/MyreMylar/pygame_gui_examples)
- [PyPi](https://pypi.org/project/pygame-gui/)
[](https://pypi.python.org/pypi/pygame-gui) [](https://pygame-gui.readthedocs.io/en/latest/?badge=latest) [](https://www.python.org/downloads/release/python-380/) [](https://opensource.org/licenses/MIT) [](https://codecov.io/gh/MyreMylar/pygame_gui) [](https://pepy.tech/project/pygame-gui)
## Requirements
- Python 3.8+
- Pygame Community Edition 2.5.2+
- python-i18n (does localization to different languages)
## How to install
1. Run this command in a command prompt:
```
pip install pygame_gui
```
2. If all goes well you should see a message about game_gui being installed successfully and will be able to find pygame_gui in the list of installed packages for your python interpreter (PyCharm displays these as a nice list under File->Settings->Project:project_name->Project Interpreter).
3. Should you need to delete pygame_gui for any reason then PyCharm will also let you do that from the same Project Interpreter settings window using the red minus symbol button.
## How to upgrade to the latest version
Run this command in a command prompt:
```
pip install pygame_gui -U
```
Or, you may be able to use your IDE to update the library (PyCharm lets you update modules in it's interpreter settings).
## Making use of the library
There is documentation available [here](https://pygame-gui.readthedocs.io/en/latest/index.html), you can also try out the examples at the [pygame_gui_examples repository](https://github.com/MyreMylar/pygame_gui_examples).
## Screenshots of Pygame GUI



