webui/packages/PyPI
2022-10-24 22:35:05 -04:00
..
src/webui v2.0.2 With full Linux support 2022-10-24 22:35:05 -04:00
LICENSE Adding PyPI - C++ - Fix VS2019/2022 2022-10-21 22:15:25 -04:00
pyproject.toml v2.0.2 With full Linux support 2022-10-24 22:35:05 -04:00
README.md Adding PyPI - C++ - Fix VS2019/2022 2022-10-21 22:15:25 -04:00

WebUI

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

from webui import webui
MyWindow = webui.window()
MyWindow.bind('MyID', my_function)
MyWindow.show("MyHTML")
webui.loop()
python test.py

ScreenShot