A template for a Python application that's using Slint for the user interface.
This template helps you get started developing a Python application with Slint as toolkit
for the user interface. It demonstrates the integration between the .slint
UI markup and
Python code, how to trigger react to callbacks, get and set properties and use basic widgets.
In order to use this template and build a Python application, you need to install a few tools:
- Download and extract the ZIP archive of this repository.
- Rename the extracted directory and change into it:
mv slint-python-template-main my-project cd my-project
- Run the application binary
uv run main.py
We recommend using an IDE for development, along with our LSP-based IDE integration for .slint
files. You can also load this project directly in Visual Studio Code and install our Slint extension.
We hope that this template helps you get started and you enjoy exploring making user interfaces with Slint. To learn more
about the Slint APIs and the .slint
markup language check out our online documentation.