Skip to content

BHznJNs/PyQWebWindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.load_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