Skip to main content

A lightweight and extensible styled UI component kit for PySide6 applications.

Project description

PySide6StyleKit

PySide6 アプリのための軽量で拡張性の高いスタイル済み UI コンポーネントキット。
A lightweight and extensible styled UI component kit for PySide6 applications.


特徴 / Features

  • 統一テーマ(ライト/ダーク/背景色)
    Unified themes (light, dark, background-aware)
  • スタイル済みウィジェット(Label / LineEdit / Button / Indus Alternate Button / Indus Lamp / Indus Momentary Button など)
    Styled widgets such as Label, LineEdit, Button, Indus Alternate Button, Indus Lamp, and Indus Momentary Button
  • 数値バリデーション(int / float / range)
    Robust numeric validation (int, float, range)
  • エラー表示の柔軟な制御(枠線のみ・メッセージ表示)
    Flexible error signaling (border-only or message)
  • 拡張しやすいモジュール構造
    Modular and extensible architecture
  • 実用的なサンプルコード付き
    Includes practical example scripts

インストール / Installation

開発モードで利用する場合:
For development mode:

pip install -e .

使い方 / Usage

examples/demo.pyexamples/demo_indus.py に基本的な使い方があります。
Basic usage is available in examples/demo.py and examples/demo_indus.py.

from pyside6stylekit import Theme, StyledLabel, StyledLineEdit, StyledButton

theme = Theme.light()

label = StyledLabel("Hello")
lineedit = StyledLineEdit(validator="int")
button = StyledButton("Submit")

プロジェクト構造 / Project Structure

pyside6stylekit/
├─ pyside6stylekit/
│   ├─ utils/
│   │  ├─ __init__.py
│   │  └─ colors.py
│   ├─ widgets/
│   │  ├─ __init__.py
│   │  ├─ button.py
│   │  ├─ indus_alternate_button.py
│   │  ├─ indus_lamp.py
│   │  ├─ indus_momentary_button.py
│   │  ├─ label.py
│   │  └─ lineedit.py
│   ├─ __init__.py
│   ├─ presets.py
│   └─ theme.py
├─ examples/
│   ├─ demo.py
│   └─ demo_indus.py
├─ LICENSE
└─ README.md

ライセンス / License

MIT License © 2026 Mitsunori


作者 / Author

Noritama-Lab

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

pyside6stylekit-0.1.0.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

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

pyside6stylekit-0.1.0-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyside6stylekit-0.1.0.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for pyside6stylekit-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e7394bc3dfda1a2ebcc3832479489f4b94f891ff43d3f6654638cdf5998c18fd
MD5 6e72fab803393854b3595b2536a1e610
BLAKE2b-256 04c5e90538a47649c652b549ca83ad5fe7b3be81ccaa0511b2caa65368d8bdde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyside6stylekit-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e1a4f8786c3a53fdd39268d13abefca5ef4e98044258bab25e31a67637f32fdb
MD5 382ed7624c082548be871f4bb770007b
BLAKE2b-256 53ed46bdd73d371d5ad0540a4f38388d5f7e028f82a37234db43e2e431e8d6ec

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