Metadata-Version: 2.4
Name: SmolPyGUI
Version: 1.64.2
Summary: A little GUI system made with pygame
Author-email: Smol <kingalexander471@gmail.com>
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame>=2.6.1
Dynamic: license-file

[GITHUB REPOSITORY](https://github.com/thebroskialex/SmolPyGUI)

# SmolPyGUI

SmolPyGUI is a lightweight, minimalistic GUI framework built on top of **Pygame**.  
It provides simple, fast, and intuitive tools for creating graphical interfaces in Python projects without the complexity of full-featured GUI frameworks.

---

## Installation

You can install SmolPyGUI directly from PyPI:

```bash
pip install smolpygui
``` 


## Examples
See example scripts [here](https://github.com/thebroskialex/SmolPyGUI/blob/main/examples)


## Documentation
Documentation can be found [here](https://github.com/thebroskialex/SmolPyGUI/blob/main/DOCUMENTATION.md)


## Screenshots
![Example Screenshot](https://github.com/thebroskialex/SmolPyGUI/blob/main/examples/images/example1.png?raw=true)
![Example Screenshot](https://github.com/thebroskialex/SmolPyGUI/blob/main/examples/images/example2.png?raw=true)


## Features

- Simple syntax and minimal boilerplate

- Built on pygame, ensuring full compatibility with game and graphics projects

- Supports buttons, text boxes, and color customization

- Easy integration into existing Pygame loops

- Lightweight and dependency-free (beyond pygame)



## Requirements

- Python 3.12 or higher

- pygame 2.0+



## License

This project is licensed under the MIT License.
See [LICENSE](https://github.com/thebroskialex/SmolPyGUI/blob/main/LICENSE) for details.



## Author

Smol (AKA. thebroskialex)

Project link: https://github.com/thebroskialex/SmolPyGUI

PyPI: https://pypi.org/project/SmolPyGUI/
