FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python-webui/examples at main · webui-dev/python-webui · GitHub

Latest commit

 

History

History

WebUI Examples - Python

  • Minimal: The minimal code to use WebUI
  • Hello World: An example of how to use WebUI & JavaScript
  • Dev: A test script to use the local WebUI module instead of the installed one. It's for debugging & development of the WebUI purpose only.
pip install webui2
from webui import webui
MyWindow = webui.window()
MyWindow.bind('MyID', my_function)
MyWindow.show("MyHTML")
webui.wait()
python test.py

Back | FazBrowse Home | New Git URL