Skip to main content

Use any web browser as GUI

Project description

WebUI

Use any web browser as GUI, with Python in the backend and HTML5 in the frontend, all in a lightweight portable lib.

pip install webui2
from webui import webui

def my_function(e : webui.event)
    print("Hi!, You clicked on " + e.element + " element")

MyWindow = webui.window()
MyWindow.bind("MyID", my_function)
MyWindow.show("<html>Hello World</html>")
webui.wait()
python test.py

ScreenShot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

webui2-2.2.0.tar.gz (274.9 kB view hashes)

Uploaded Source

Built Distribution

webui2-2.2.0-py3-none-any.whl (274.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page