All Projects → flexxui → webruntime

flexxui / webruntime

Licence: BSD-2-Clause license
Launch HTML5 apps in the browser or a desktop-like runtime.

Programming Languages

python
139335 projects - #7 most used programming language

Webruntime

Build Status Documentation Status

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.

  • pip install webruntime

Example

    >>> 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].