Metadata-Version: 2.4
Name: pyro_simpletk
Version: 0.1.2
Summary: Simple Tkinter wrapper with draggable title bar and custom buttons.
Home-page: https://github.com/yourusername/SimpleTK
Author: PyroPixelDEV
Author-email: cadelacy6107@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pillow

# Pyro_SimpleTK

A simple Tkinter wrapper for Python with:

- Custom borderless window
- Draggable green MBox
- Minimize, Maximize, Restore, and Close buttons
- Widgets: labels, buttons, images

## Requirements

- Python 3.10+  
- Tkinter (usually included with Python, but make sure your installation includes `tk`)  
- Pillow (`pip install pillow`) for image support

## Installation

```bash
pip install .
