ctypes binding of webview
Project description
webviewpy
A tiny webview library for Python.
Based on webview
Getting started
Install
pip install webviewpy
Usage
Build a webview based app with react and PyQt
Specify library path
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"
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
webviewpy-1.2.0.tar.gz
(404.3 kB
view details)
Built Distribution
webviewpy-1.2.0-py3-none-any.whl
(375.8 kB
view details)
File details
Details for the file webviewpy-1.2.0.tar.gz
.
File metadata
- Download URL: webviewpy-1.2.0.tar.gz
- Upload date:
- Size: 404.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7541ef33c2925d07ef0ff1ade3cb17f0f0ecca42c11002fb1692cd72d5bad144 |
|
MD5 | 7254c9f3f7ec1e907666339b63978e54 |
|
BLAKE2b-256 | f6be58c12ef4209169a8d8ae3755a32192edec10dd099b108f8fc1f335855a2a |
File details
Details for the file webviewpy-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: webviewpy-1.2.0-py3-none-any.whl
- Upload date:
- Size: 375.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 542f1b56f2daee8e4ddcb7ee909e1f2e6cf10c6bf64f108c6d943a682dd86ae9 |
|
MD5 | c3e0519a220427465955e3ec1849102c |
|
BLAKE2b-256 | 7718327dc51488e9dccd27864170ca438e298d1daa48928969783c88d51226df |