Metadata-Version: 2.1
Name: pygame-gui
Version: 0.6.8
Summary: A GUI module for pygame 2
Home-page: https://github.com/MyreMylar/pygame_gui
Download-URL: https://github.com/MyreMylar/pygame_gui/archive/v_068.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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
License-File: LICENSE.txt
Requires-Dist: pygame (>=2.0.1)
Requires-Dist: python-i18n (>=0.3.9)
Requires-Dist: typing-extensions ; python_version < "3.8"
Requires-Dist: importlib-resources (>1.3) ; python_version < "3.9"

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