A tiny webview library for Python.
Based on webview
pip install webviewpy
Embed a webview in win32 window
Build a webview based app with react and PyQt
Wheel includes pre-built libraries of Windows/Linux/Macos, and libraries are placed at platform/{sys.platform}/{x86|x64}/webview.
To specify a self-built library or use other platform's library, use api declare_library_path
like this:
from webviewpy import declare_library_path
declare_library_path(
r"C:\build\library\webview.dll"
)