File: README.md

package info (click to toggle)
python-pywebview 2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,376 kB
  • sloc: python: 3,816; cs: 116; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 786 bytes parent folder | download
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>