Metadata-Version: 2.4
Name: popiwo
Version: 1.0.0
Summary: Simple popup library
Author: Saar
Project-URL: Homepage, https://github.com/yourname/popiwo
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# popiwo

Simple popup library for Python.

## Usage

```python
from popiwo import PopupWindow

PopupWindow("Title", "Hello").show()
