Metadata-Version: 2.1
Name: pygame_gui
Version: 0.6.11
Summary: A GUI module for pygame Community Edition
Home-page: https://github.com/MyreMylar/pygame_gui
Download-URL: https://github.com/MyreMylar/pygame_gui/archive/v_0611.tar.gz
Author: Dan Lawrence
Author-email: danintheshed@gmail.com
License: MIT
Keywords: pygame,gui,ui
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
License-File: LICENSE.txt
Requires-Dist: pygame-ce >=2.4.0
Requires-Dist: python-i18n >=0.3.9
Requires-Dist: importlib-resources >1.3 ; python_version < "3.9"

Helps create GUIs for games made using pygame Community Edition. Features HTML-style text formatting, localization,theme files to control the look and a system to manage multiple windows of GUI stuff.
