Metadata-Version: 2.4
Name: briefcasex-slint
Version: 1.16.1b1
Summary: Plugin for Briefcase to offer Slint application templates
Requires-Python: >=3.10
Requires-Dist: briefcase>=0.3.23
Description-Content-Type: text/markdown


# Briefcase Slint Plugin

The `briefcasex-slint` package extends the [Briefcase](https://briefcase.beeware.org/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.
