Skip to main content

A modern PySide6 UI framework for building elegant desktop tools.

Project description

KireiUI

KireiUI Logo

KireiUI is a PySide6 / Qt6 fluent-style UI framework with chainable APIs, themeable QSS, and modular widgets.

Quick Start

pip install -e .
from kirei_ui.app import KireiApp, KireiWindow
from kirei_ui.layout import KireiVStack
from kirei_ui.inputs import KireiButton

app = KireiApp()
root = KireiVStack().add(KireiButton("Hello"))
window = KireiWindow().title("KireiUI").size(800, 600).content(root)
window.show()
app.run()

Build

Recommended (PEP 517/518):

python -m build

Legacy setup.py command:

python setup.py sdist bdist_wheel

Do not run python setup.py alone, because it requires a command and will report: error: no commands supplied.

Test

pytest

(src is configured in pyproject.toml, so no extra PYTHONPATH is needed.)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kirei_ui-0.1.6.tar.gz (5.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kirei_ui-0.1.6-py3-none-any.whl (9.9 MB view details)

Uploaded Python 3

File details

Details for the file kirei_ui-0.1.6.tar.gz.

File metadata

  • Download URL: kirei_ui-0.1.6.tar.gz
  • Upload date:
  • Size: 5.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for kirei_ui-0.1.6.tar.gz
Algorithm Hash digest
SHA256 061ece746ac79d4712de318bce83b824eb9c946311778319fe8a47e02d443b8a
MD5 abd8a6d8ebec2a82f03a15a06b37e81b
BLAKE2b-256 e95aad6914263ad822e71a9485f34572736a13f159c5f07b12d213782c242234

See more details on using hashes here.

File details

Details for the file kirei_ui-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: kirei_ui-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for kirei_ui-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 94a1abc0a45897937dbff0d18d71dfabd648d7be97f6cffccaea5c0c52db47ff
MD5 1b481d68766ef52e7ea5c0d114b2c56d
BLAKE2b-256 69d25eabea02a7eb39b585411945da9d7f59f4c3485542e38a731ddd48fdd9d1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page