slint/demos/printerdemo/python
Tobias Hunger cd6f2e2cf2 ci: Format toml files
... using taplo with default settings

I tried this with 4 spaces indentation, but the patch is almost as
big as this one, so I went with default settings instead as that
is just easier:-)
2025-04-02 11:03:41 +02:00
..
main.py [autofix.ci] apply automated fixes 2025-02-16 14:04:13 +00:00
pyproject.toml ci: Format toml files 2025-04-02 11:03:41 +02:00
README.md Switch Python tooling over from pipenv to uv (#7574) 2025-02-09 12:09:23 +01:00

Intro

This is the Python version of the Slint Printer Demo.

Prerequisites

Run

uv run main.py

Source Code

The source code of the Python version is in main.py.