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.0.tar.gz (4.6 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.0-py3-none-any.whl (9.1 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: kirei_ui-0.1.0.tar.gz
  • Upload date:
  • Size: 4.6 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.0.tar.gz
Algorithm Hash digest
SHA256 b46880eded15a56a12b598a9965786ba24d69edb1eed046572952538bb320cdf
MD5 4d02677d84af5b4d01e6319184f2b2a4
BLAKE2b-256 571c523da1ee4dc059a02cfa8399c9aa7b959e8df5865d6f026e339bfbc5a5a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: kirei_ui-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.1 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7819c95fcbcecac5c02b06bf4d79bf312b6ca76470b73b94de00c18c72c05847
MD5 75848a83e386c54f3aa77f4c7914ba14
BLAKE2b-256 6d53688043a7f97a572a12a6bd1847f7178bc12895659da1f54a985cd883275a

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