Metadata-Version: 2.4
Name: superui
Version: 0.1.0
Summary: Minimal Tkinter-based UI wrapper with stack-based remove system
Author: olan
License: MIT
Project-URL: Repository, https://github.com/olan392/superui
Project-URL: Homepage, https://github.com/olan392/superui
Keywords: ui,kivy,gui,cross-platform,android
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# superui
Superui

# Wait!
On pydroid 3 before anythign in your code add
`#Pydroid run tkinter`

# examples
```python
#Pydroid run tkinter
import superui
app = superui.Window("windowName", "400x700")
app.label("hello world!")
app.run()
```
