Metadata-Version: 2.4
Name: superappbuilder
Version: 0.0.0
Summary: A simple and extensible Python app builder
Author: Matteo
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# SuperAppBuilder

A simple Python GUI app builder.

## Install

pip install superappbuilder==0.0.0

## Usage

Create an app and add components:

from superappbuilder import SuperAppBuilder

app = SuperAppBuilder("MyApp")

app.run()

## Requirements

* Python 3.9+

## License

MIT
