Update README with badges
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
387605fc41
commit
78fd789a0d
@ -1,6 +1,8 @@
|
|||||||
WebAppify
|
WebAppify
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|pypi| |license| |build|
|
||||||
|
|
||||||
WebAppify is a simple module to easily create your own desktop apps of websites. WebAppify uses PyQt5 and QtWebEngine
|
WebAppify is a simple module to easily create your own desktop apps of websites. WebAppify uses PyQt5 and QtWebEngine
|
||||||
for displaying the web page, and works on Python 3.8 and up.
|
for displaying the web page, and works on Python 3.8 and up.
|
||||||
|
|
||||||
@ -39,3 +41,7 @@ To install a system tray icon, and minimize your application to the system tray,
|
|||||||
app = WebApp('OpenStreetMap', 'https://www.openstreetmap.org', 'osm.png', can_minimize_to_tray=True)
|
app = WebApp('OpenStreetMap', 'https://www.openstreetmap.org', 'osm.png', can_minimize_to_tray=True)
|
||||||
|
|
||||||
Clicking on the tray icon will show the window, while right-clicking will show the menu.
|
Clicking on the tray icon will show the window, while right-clicking will show the menu.
|
||||||
|
|
||||||
|
.. |pypi| image:: https://img.shields.io/pypi/v/WebAppify
|
||||||
|
.. |license| image:: https://img.shields.io/pypi/l/WebAppify
|
||||||
|
.. |build| image:: https://ci.snyman.info/api/badges/raoul/webappify/status.svg
|
||||||
|
Loading…
Reference in New Issue
Block a user