Skip to content

Latest commit

 

History

69 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages