Metadata-Version: 2.1
Name: webui2
Version: 2.0.3
Summary: Use any web browser as GUI
Author: Hassan Draga
Project-URL: Homepage, https://github.com/alifcommunity/webui
Project-URL: Bug Tracker, https://github.com/alifcommunity/webui/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# WebUI

Use any web browser as GUI, with your preferred language in the backend, and HTML/JS/TS/CSS in the frontend.

```python
from webui import webui
MyWindow = webui.window()
MyWindow.bind('MyID', my_function)
MyWindow.show("MyHTML")
webui.wait()
```

```sh
python test.py
```

![ScreenShot](https://raw.githubusercontent.com/alifcommunity/webui/main/screenshot.png)
