slint/api/python/briefcase
2025-10-22 04:56:10 +02:00
..
src/briefcasex_slint
pyproject.toml Fix licenses of .toml files 2025-10-22 04:56:10 +02:00
README.md

Briefcase Slint Plugin

The briefcasex-slint package extends the Briefcase 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.