mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-29 23:04:06 +00:00
21 lines
392 B
Markdown
21 lines
392 B
Markdown
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
|
|
|
|
# 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).
|