pywebview alternatives and similar packages
Based on the "GUI" category.
Alternatively, view pywebview alternatives based on common mentions on social networks and blogs.
-
kivy
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS -
PySimpleGUI
Launched in 2018. It's 2023 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive docs -
DearPyGui
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies -
Eel
A little Python library for making simple Electron-like HTML/JS GUI apps [Moved to: https://github.com/ChrisKnott/Eel] -
wxPython
A blending of the wxWidgets C++ class library with the Python. -
PySide
ATTENTION: This project is deprecated, please refer to PySide2 -
Python bindings for Sciter
Python bindings for Sciter -
Python version of the Atlas toolkit
World's lightest GUI toolkit for your Python programs. Also makes your programs automatically accessible from any device with a modern web browser connected to Internet. -
Qt Style Sheet Inspector
A inspector to be able to view and edit Qt style sheet while an application is running -
signalum-desktop
A Desktop application for the signalum python library -
PyQt
Python bindings for the Qt cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of pywebview or a related project?
Popular Comparisons
README
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 Python 3.
pywebview is created by Roman Sirokov.
Getting started
Install
pip install pywebview
- Currently only python version 3.8 or older supported on Windows.
- 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')
webview.start()
Explore pywebview further by reading documentation, examples or contributing. If React is your thing, get started right away with React boilerplate.
Contributors
Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
Financial Contributors
Become a financial contributor and help us sustain our community. More donation options are outlined on the Donating page.
Individuals
Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]