mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
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 the power of web technologies in your desktop application, hiding the fact that the GUI is browser based. Available for Windows, macOS, Linux and Android. You can use pywebview either with a 3rd party web framework or on its own with a two way bridge between Python and DOM. WWW: https://github.com/r0x0r/pywebview PR: 282459
7 lines
431 B
Text
7 lines
431 B
Text
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 the power of web technologies in your desktop
|
|
application, hiding the fact that the GUI is browser based. Available
|
|
for Windows, macOS, Linux and Android. You can use pywebview either
|
|
with a 3rd party web framework or on its own with a two way bridge
|
|
between Python and DOM.
|