pywebview
Package — GUIPython 3.7+Intermediate
Lightweight cross-platform wrapper for web views (HTML/JS in a window)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (platform-specific; uses system webview)
- Install
pip install pywebview
Learn by Difficulty
Quick Example
python
# Install: pip install pywebview import pywebview # Basic pywebview usage print(f"Using pywebview") # See documentation for detailed examples
pywebview is a third-party package. Lightweight cross-platform wrapper for web views (HTML/JS in a window). Install with: pip install pywebview
Try in PlaygroundTags
packageguidesktopui