Metadata-Version: 2.4
Name: pygame-widget-kit
Version: 0.0.1
Summary: A GUI framework built on Pygame. Designed as a retained-mode UI system with a component tree, extensible widgets, and focus management.
Author-email: Sinan Orgu <sinanorguuu@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/sinanorgu/pygame-widget-kit
Project-URL: Repository, https://github.com/sinanorgu/pygame-widget-kit
Project-URL: Issues, https://github.com/sinanorgu/pygame-widget-kit/issues
Keywords: pygame,ui,gui,toolkit,widgets,interface,game-development,inputbox,buttons
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: pygame
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame>=2.0.0
Dynamic: license-file

# pygame-widget-kit
A GUI framework built on Pygame. Designed as a retained-mode UI system with a component tree, event routing, focus and modal management, and extensible widgets such as Select/Dropdown and TextInput with mouse-based text selection and clipboard support.
