An open API service indexing awesome lists of open source software.

https://github.com/flexxui/webruntime

Launch HTML5 apps in the browser or a desktop-like runtime.
https://github.com/flexxui/webruntime

Last synced: 9 months ago
JSON representation

Launch HTML5 apps in the browser or a desktop-like runtime.

Awesome Lists containing this project

README

          

Webruntime
----------

[![Build Status](https://travis-ci.org/flexxui/webruntime.svg)](https://travis-ci.org/flexxui/webruntime)
[![Documentation Status](https://readthedocs.org/projects/webruntime/badge/?version=latest)](https://webruntime.readthedocs.org)

The webruntime module can be used to launch applications based on
HTML/JS/CSS. This can be a browser or a runtime that looks like a
desktop app, such as XUL (based on Firefox) or NW.js.

Installation
------------

Webruntime is pure Python and requires Python 3.4+.
It's only dependency is [dialite](https://github.com/flexxui/dialite).

* ``pip install webruntime``

Example
-------

```py
>>> from webruntime import launch
>>> rt = launch('http://xkcd.com', 'app')
...
>>> rt.close()
```

License
-------

The code of Webruntime is distributed under the terms of
the liberal 2-clause BSD license. See LICENSE for details.