Metadata-Version: 2.4
Name: kigo-gui-framework
Version: 0.1.0
Summary: A simple GUI library built on Tkinter
Home-page: 
Author: Your Name
Author-email: swiss.armyknife@github.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# Kigo

Kigo is a simple Python GUI library built on top of Tkinter. It provides an easy-to-use API for creating GUI applications without installing any external dependencies.

## Features
- App window management
- Widgets: Label, Button, TextBox, Dropdown
- Simple and Pythonic API

## Installation
```bash
python -m 
pip install kigo. Kigo is also available on GitHub
