Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 675 Bytes

File metadata and controls

38 lines (27 loc) · 675 Bytes

KaizenKit Core

KaizenKitツール群の中核となるライブラリと共有コンポーネント。

Overview

KaizenKit is a collection of productivity tools designed to improve daily workflows.

This repository provides the common foundation used by KaizenKit applications.

Features

  • PySide6 UI framework
  • Common application structure
  • Logging system
  • File management utilities
  • Configuration management
  • Application information management
  • Automated testing environment

Development Environment

  • Python 3.14+
  • uv
  • PySide6
  • pytest

Project Structure

src/ └ kaizenkit/ ├ config/ ├ ui/ └ utils/ tests/

License

MIT License