
# Intro

This is the Python version of the Slint Printer Demo.

# Prerequisites

 * [Python 3](https://python.org/)
 * [pip](https://pypi.org/project/pip/)
 * [uv](https://docs.astral.sh/uv/)

# Run

```bash
uv run main.py
```

# Source Code

The source code of the Python version is in [main.py](main.py).
