Skip to content

BHznJNs/PyQWebWindow

Repository files navigation

PyQWebWindow

Another way to build Python webview GUI applications.

Getting started

Install

pip install PyQWebWindow

Hello world

from PyQWebWindow.all import QWebWindow, QAppManager

app = QAppManager(debugging=True)
window = QWebWindow()
window.set_html("<h1>Hello World!</h1>")
window.start()
app.exec()

Documentation

See here for full documentation.

Useful Resources

Development

Run Tests

pytest tests

About

Another way to build Python Webview GUI applications.

Topics

Resources

License

Stars

Watchers

Forks

Languages