Framework for PySide6 Applications


Keywords
app, frameless, pyside, pyside6, style, desktop, python, qt
Licenses
LGPL-3.0/GPL-3.0+
Install
pip install pyside-app-core==0.4.3

Documentation

pyside-app-core

Custom style, widgets, and utilities for cross-platform PySide6 applications.

🚧 🚧 🚧 NOTICE 🚧 🚧 🚧

This project should be considered experimental and subject to breaking changes until a 1.0.0 release.

GitHub Release GitHub License GitHub Actions Workflow Status PyPI - Wheel

Install

To use pyside-app-core as a library in your own projects install the wheel distribution from PyPi

$ pip install pyside-app-core

Local Development

Requirements:

hatch env create

Run example application

You must run the examples from the repository root directory.

hatch run examples:toolbar_app

Run tests

Hatch can run tests across multiple versions of python.

hatch test -a -p

Generate resources files

Resource files MUST be generated at least once in the project using this library for icons to function.

When installed this library provides a cli tool pyside-app-core-compile-rcc that aids in generating a resources.rcc file.

# from repo with this lib installed
pyside-app-core-compile-rcc a/target/directory