← all projects

webview-flask

pywebview flask proof of concept
repo

Proof of concept using web technologies for UI, and python to produce a desktop application.

The stack is currently:

This produces a 4mb executable, runnable by Python 3.8 and up. Tested on ubuntu 22.04.

image

Installation

Multiple options:

  1. Build the executable (see below), OR
  2. Install using pipx: pipx install webview-flask

Contributing

The project can also run from a venv:

Setup:

poetry install
poetry run webview-flask

Makefile: