当前位置:   article > 正文

python webview_pywebview

python缺少pywebview库

pywebview

is a lightweight cross-platform wrapper around a webview component

that allows to display HTML content in its own native GUI window. It gives you

power of web technologies in your desktop application, hiding the fact that

GUI is browser based. You can use pywebview either with a lightweight web

framework like

Flask

or

Bottle

or on its own with a two way

bridge between Python and DOM.

pywebview

uses native GUI for creating a web component window: WinForms on

Windows, Cocoa on macOS and QT or GTK on Linux. If you choose to freeze your

application, pywebview does not bundle a heavy GUI toolkit or web renderer

with it keeping the executable size small.

pywebview

is compatible with both

Python 2 and 3.

pywebview

is created by

Roman Sirokov

.

Maintained by Roman and

Shiva Prasad

.

Getting started

Install

pip install pywebview

On Linux you need additional libraries. Refer to

the

installation

page

for details.

Hello world

import webview

webview.create_window('Hello world', 'https://pywebview.flowrl.com/hello')

Explore

pywebview

further by reading

documentation

,

examples

or

contributing

.

Supporting pywebview

pywebview

is a BSD licensed open source project. It is an independent

project with no corporate backing. If you find

pywebview

useful, consider

supporting it. More donation options are outlined on the

Donating

page.

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/206427?site
推荐阅读
相关标签
  

闽ICP备14008679号