slint/examples/printerdemo/python
2024-03-07 12:03:52 +01:00
..
main.py Python: Add support for a @slint.callback decorator to conveniently associated callbacks with python methods 2024-03-07 12:00:08 +01:00
Pipfile Python: Add a Python version of the Printer Demo 2024-03-07 10:08:12 +01:00
README.md Link to the Python sources from the python printerdemo README 2024-03-07 12:03:52 +01:00

Intro

This is the Python version of the Slint Printer Demo.

Prerequisites

Setup

pipenv update

Run

pipenv run python main.py

Source Code

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