WebAppify allows you to make desktop apps from websites.
webappify | ||
.bzrignore | ||
README.rst | ||
setup.cfg | ||
setup.py |
WebAppify
WebAppify is a simple module to easily create your own desktop apps of websites.
To create your own desktop web app, import and set up the WebApp class.
from webappify import WebApp
= WebApp('OpenStreetMap', 'https://www.openstreetmap.org', 'osm.png')
app app.run()
This will create a window with the website, using the icon provided.