---
title: "pywebview"
description: "!https://pywebview.flowrl.com/guide/usage.html"
date: 2023-07-28
published: true
tags:
  - python
  - pywebview
  - thought
template: link
---


![https://pywebview.flowrl.com/guide/usage.html](/static/https://pywebview.flowrl.com/guide/usage.html)

I am creating this post from a desktop app that I _created_ in 3 lines.

``` python
import webview

webview.create_window('Woah dude!', 'https://thoughts.waylonwalker.com')
webview.start()
```
