1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
---
home: true
heroImage: logo.png
actionText: Get Started →
actionLink: /guide/
footer: BSD Licensed | Copyright © 2014-present Roman Sirokov
---
# Getting Started
### Install:
``` bash
pip install pywebview
```
_On Linux you need additional libraries. Refer to the [installation](/guide/installation.html) page for details._
### Hello world:
``` python
import webview
webview.create_window('https://pywebview.flowrl.com/')
```
# Support the project
If you find _pywebview_ useful, please support it.
<div class="center spc-m spc-bottom">
<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>
</div>
|