mirror of
https://github.com/pythonguis/pythonguis-examples.git
synced 2025-01-27 17:02:56 +08:00
17 lines
761 B
Markdown
17 lines
761 B
Markdown
# Mooseache — How web browsers would be if they'd just been invented
|
||
|
||
This is an example web browser built with Python and Qt. Using the
|
||
QtWebEngineWidgets system introduced in Qt5.6, this provides a single-window
|
||
browsing experience with the usual controls, as well as saving and loading HTML.
|
||
|
||
![Browser](screenshot-browser.jpg)
|
||
|
||
> If you think this example app is neat and want to learn more about
|
||
PyQt in general, [take a look at my ebook & online course
|
||
"Create Simple GUI Applications"](https://martinfitzpatrick.name/create-simple-gui-applications)
|
||
which covers everything you need to know to start building your own applications with PyQt.
|
||
|
||
## Other licenses
|
||
|
||
Icons used in the application are by [Yusuke Kamiyaman](http://p.yusukekamiyamane.com/).
|