WebAppify allows you to make desktop apps from websites.
Go to file
Raoul Snyman 5e2ed052c6 Initial import 2017-05-17 14:35:21 -07:00
webappify Initial import 2017-05-17 14:35:21 -07:00
.bzrignore Initial import 2017-05-17 14:35:21 -07:00
README.rst Initial import 2017-05-17 14:35:21 -07:00
setup.cfg Initial import 2017-05-17 14:35:21 -07:00
setup.py Initial import 2017-05-17 14:35:21 -07:00

README.rst

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

app = WebApp('OpenStreetMap', 'https://www.openstreetmap.org', 'osm.png')
app.run()

This will create a window with the website, using the icon provided.