mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
17 lines
695 B
Markdown
17 lines
695 B
Markdown
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0 -->
|
|
|
|
# Briefcase Slint Plugin
|
|
|
|
The `briefcasex-slint` package extends the [Briefcase](https://briefcase.readthedocs.io/en/stable/) tool
|
|
with support for Slint as toolkit for standalone applications.
|
|
|
|
Install it in your Python environment, and `briefcase new` will offer you Slint as GUI framework for your next application.
|
|
|
|
## Get Started
|
|
|
|
In a terminal, create a new Python environment and run the following commands:
|
|
|
|
1. `pip install briefcasex-slint`
|
|
2. `briefcase new -Q bootstrap=Slint`
|
|
|
|
Following the instructions on the screen.
|