<p align='center'><img src='logo/logo.png' width=480 alt='pywebview logo'/></p>
<p align='center'><a href="https://opencollective.com/pywebview" alt="Financial Contributors on Open Collective"><img src="https://opencollective.com/pywebview/all/badge.svg?label=financial+contributors" /></a> <img src="https://badge.fury.io/py/pywebview.svg" alt="PyPI version" /> <img src="https://img.shields.io/pypi/dm/pywebview" alt="PyPI downloads" /> <a href="https://ci.appveyor.com/project/r0x0r/pywebview"><img src="https://ci.appveyor.com/api/projects/status/nu6mbhvbq03wudxd/branch/master?svg=true" alt="Build status" /></a>
https://pywebview.flowrl.com
</p>
_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](http://flask.pocoo.org/) or [Bottle](http://bottlepy.org/docs/dev/index.html) 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](https://github.com/r0x0r/).
# Getting started
### Install
``` bash
pip install pywebview
```
- _Currently only python version 3.8 or older supported on Windows._
- _On Linux you need additional libraries. Refer to the [installation](https://pywebview.flowrl.com/guide/installation.html) page for details._
### Hello world
``` python
import webview
webview.create_window('Hello world', 'https://pywebview.flowrl.com/hello')
webview.start()
```
Explore _pywebview_ further by reading [documentation](https://pywebview.flowrl.com/guide), [examples](https://pywebview.flowrl.com/examples) or [contributing](https://pywebview.flowrl.com/contributing). If React is your thing, get started right away with [React boilerplate](https://github.com/r0x0r/pywebview-react-boilerplate).
# Contributors
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
<a href="https://github.com/r0x0r/pywebview/graphs/contributors"><img src="https://opencollective.com/pywebview/contributors.svg?width=890&button=false" /></a>
### Financial Contributors
Become a financial contributor and help us sustain our community. More donation options are outlined on the [Donating](https://pywebview.flowrl.com/contributing/donating.html) page.
#### Individuals
<a href="https://opencollective.com/pywebview"><img src="https://opencollective.com/pywebview/individuals.svg?width=890"></a>
<a href="https://www.patreon.com/bePatron?u=13226105" data-patreon-widget-type="become-patron-button"><img src='https://c5.patreon.com/external/logo/become_a_patron_button.png' alt='Become a Patron!'/></a>
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/pywebview/contribute)]
<a href="https://opencollective.com/pywebview/organization/0/website"><img src="https://opencollective.com/pywebview/organization/0/avatar.svg"></a>
<a href="https://opencollective.com/pywebview/organization/1/website"><img src="https://opencollective.com/pywebview/organization/1/avatar.svg"></a>
<a href="https://opencollective.com/pywebview/organization/2/website"><img src="https://opencollective.com/pywebview/organization/2/avatar.svg"></a>
<a href="https://opencollective.com/pywebview/organization/3/website"><img src="https://opencollective.com/pywebview/organization/3/avatar.svg"></a>
<a href="https://opencollective.com/pywebview/organization/4/website"><img src="https://opencollective.com/pywebview/organization/4/avatar.svg"></a>
<a href="https://opencollective.com/pywebview/organization/5/website"><img src="https://opencollective.com/pywebview/organization/5/avatar.svg"></a>
<a href="https://opencollective.com/pywebview/organization/6/website"><img src="https://opencollective.com/pywebview/organization/6/avatar.svg"></a>
<a href="https://opencollective.com/pywebview/organization/7/website"><img src="https://opencollective.com/pywebview/organization/7/avatar.svg"></a>
<a href="https://opencollective.com/pywebview/organization/8/website"><img src="https://opencollective.com/pywebview/organization/8/avatar.svg"></a>
<a href="https://opencollective.com/pywebview/organization/9/website"><img src="https://opencollective.com/pywebview/organization/9/avatar.svg"></a>
Raw data
{
"_id": null,
"home_page": "https://github.com/Borecjeborec1/pequenawebview",
"name": "pequenawebview",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "gui,webkit,html,web",
"author": "Roman Sirokov",
"author_email": "roman@flowrl.com",
"download_url": "https://files.pythonhosted.org/packages/45/aa/f4429378af95784797c78038db092818e83f43a16600fa1da31363d80ab4/pequenawebview-4.1.3.tar.gz",
"platform": null,
"description": "<p align='center'><img src='logo/logo.png' width=480 alt='pywebview logo'/></p>\r\n\r\n<p align='center'><a href=\"https://opencollective.com/pywebview\" alt=\"Financial Contributors on Open Collective\"><img src=\"https://opencollective.com/pywebview/all/badge.svg?label=financial+contributors\" /></a> <img src=\"https://badge.fury.io/py/pywebview.svg\" alt=\"PyPI version\" /> <img src=\"https://img.shields.io/pypi/dm/pywebview\" alt=\"PyPI downloads\" /> <a href=\"https://ci.appveyor.com/project/r0x0r/pywebview\"><img src=\"https://ci.appveyor.com/api/projects/status/nu6mbhvbq03wudxd/branch/master?svg=true\" alt=\"Build status\" /></a>\r\n\r\nhttps://pywebview.flowrl.com\r\n</p>\r\n\r\n\r\n_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](http://flask.pocoo.org/) or [Bottle](http://bottlepy.org/docs/dev/index.html) or on its own with a two way bridge between Python and DOM.\r\n\r\n_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.\r\n\r\n_pywebview_ is created by [Roman Sirokov](https://github.com/r0x0r/).\r\n\r\n\r\n# Getting started\r\n\r\n### Install\r\n\r\n\r\n``` bash\r\npip install pywebview\r\n```\r\n- _Currently only python version 3.8 or older supported on Windows._\r\n- _On Linux you need additional libraries. Refer to the [installation](https://pywebview.flowrl.com/guide/installation.html) page for details._\r\n\r\n\r\n### Hello world\r\n``` python\r\nimport webview\r\nwebview.create_window('Hello world', 'https://pywebview.flowrl.com/hello')\r\nwebview.start()\r\n```\r\n\r\nExplore _pywebview_ further by reading [documentation](https://pywebview.flowrl.com/guide), [examples](https://pywebview.flowrl.com/examples) or [contributing](https://pywebview.flowrl.com/contributing). If React is your thing, get started right away with [React boilerplate](https://github.com/r0x0r/pywebview-react-boilerplate).\r\n\r\n\r\n\r\n# Contributors\r\n\r\n### Code Contributors\r\n\r\nThis project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].\r\n<a href=\"https://github.com/r0x0r/pywebview/graphs/contributors\"><img src=\"https://opencollective.com/pywebview/contributors.svg?width=890&button=false\" /></a>\r\n\r\n### Financial Contributors\r\n\r\nBecome a financial contributor and help us sustain our community. More donation options are outlined on the [Donating](https://pywebview.flowrl.com/contributing/donating.html) page.\r\n\r\n\r\n#### Individuals\r\n\r\n<a href=\"https://opencollective.com/pywebview\"><img src=\"https://opencollective.com/pywebview/individuals.svg?width=890\"></a>\r\n\r\n<a href=\"https://www.patreon.com/bePatron?u=13226105\" data-patreon-widget-type=\"become-patron-button\"><img src='https://c5.patreon.com/external/logo/become_a_patron_button.png' alt='Become a Patron!'/></a>\r\n\r\n\r\n#### Organizations\r\n\r\nSupport this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/pywebview/contribute)]\r\n\r\n<a href=\"https://opencollective.com/pywebview/organization/0/website\"><img src=\"https://opencollective.com/pywebview/organization/0/avatar.svg\"></a>\r\n<a href=\"https://opencollective.com/pywebview/organization/1/website\"><img src=\"https://opencollective.com/pywebview/organization/1/avatar.svg\"></a>\r\n<a href=\"https://opencollective.com/pywebview/organization/2/website\"><img src=\"https://opencollective.com/pywebview/organization/2/avatar.svg\"></a>\r\n<a href=\"https://opencollective.com/pywebview/organization/3/website\"><img src=\"https://opencollective.com/pywebview/organization/3/avatar.svg\"></a>\r\n<a href=\"https://opencollective.com/pywebview/organization/4/website\"><img src=\"https://opencollective.com/pywebview/organization/4/avatar.svg\"></a>\r\n<a href=\"https://opencollective.com/pywebview/organization/5/website\"><img src=\"https://opencollective.com/pywebview/organization/5/avatar.svg\"></a>\r\n<a href=\"https://opencollective.com/pywebview/organization/6/website\"><img src=\"https://opencollective.com/pywebview/organization/6/avatar.svg\"></a>\r\n<a href=\"https://opencollective.com/pywebview/organization/7/website\"><img src=\"https://opencollective.com/pywebview/organization/7/avatar.svg\"></a>\r\n<a href=\"https://opencollective.com/pywebview/organization/8/website\"><img src=\"https://opencollective.com/pywebview/organization/8/avatar.svg\"></a>\r\n<a href=\"https://opencollective.com/pywebview/organization/9/website\"><img src=\"https://opencollective.com/pywebview/organization/9/avatar.svg\"></a>\r\n\r\n",
"bugtrack_url": null,
"license": "New BSD license",
"summary": "Build GUI for your Python program with JavaScript, HTML, and CSS.",
"version": "4.1.3",
"project_urls": {
"Homepage": "https://github.com/Borecjeborec1/pequenawebview"
},
"split_keywords": [
"gui",
"webkit",
"html",
"web"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5c86db31ed23dc700028975a0de8976204a0fd2edc915415870bca923aa9bc4f",
"md5": "5c1b9f64060f8ce3d26d33cb16373421",
"sha256": "190f8a1bd52305e7b770555b42b783aa1dd750f6084f0e0193c14360e7d85e00"
},
"downloads": -1,
"filename": "pequenawebview-4.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5c1b9f64060f8ce3d26d33cb16373421",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 405453,
"upload_time": "2023-05-04T18:44:31",
"upload_time_iso_8601": "2023-05-04T18:44:31.123586Z",
"url": "https://files.pythonhosted.org/packages/5c/86/db31ed23dc700028975a0de8976204a0fd2edc915415870bca923aa9bc4f/pequenawebview-4.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "45aaf4429378af95784797c78038db092818e83f43a16600fa1da31363d80ab4",
"md5": "f155df7db823bf26301bcacb3615c50b",
"sha256": "99383a07459259ef1f62393cfaaa0c3ee723f9faaec7d6d1dfd05ea7727fa26b"
},
"downloads": -1,
"filename": "pequenawebview-4.1.3.tar.gz",
"has_sig": false,
"md5_digest": "f155df7db823bf26301bcacb3615c50b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 392768,
"upload_time": "2023-05-04T18:44:33",
"upload_time_iso_8601": "2023-05-04T18:44:33.670047Z",
"url": "https://files.pythonhosted.org/packages/45/aa/f4429378af95784797c78038db092818e83f43a16600fa1da31363d80ab4/pequenawebview-4.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-04 18:44:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Borecjeborec1",
"github_project": "pequenawebview",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"appveyor": true,
"requirements": [],
"lcname": "pequenawebview"
}