Cutewindow
Description
Cross-platform customizable window based on PySide6
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
CuteWindow
[](https://badge.fury.io/py/pyside6-cutewindow) [](https://pypi.org/project/pyside6-cutewindow/) [](https://github.com/parhamoyan/cutewindow/blob/main/LICENSE) [](https://github.com/psf/black) [](https://github.com/parhamoyan/cutewindow/actions/workflows/ci.yml) [](https://cutewindow.readthedocs.io/en/latest/)
**CuteWindow** is a modern, cross-platform window library based on PySide6 that provides enhanced control and customization with native window controls and behaviors across different platforms. Create beautiful, customizable applications with ease!
✨ Features
- 🖥️ Cross-platform: Works seamlessly on Windows and macOS
- 🎨 Enhanced control: Customizable window appearance with flexible styling options
- 🎛️ Native controls: Platform-specific window buttons and behaviors
- 🎯 Customizable: Easy to customize title bar appearance and functionality
- 📱 High-DPI support: Automatic scaling for high-resolution displays
- ✨ Native animations: Smooth window animations and shadows
- 🪟 Win11 snap layout: Windows 11 snap layout support
- 🔧 Easy integration: Drop-in replacement for standard Qt windows
🚀 Quick Start
Installation
Install CuteWindow with a single command:
pip install pyside6-cutewindow
Basic Usage
Creating a customizable window is as simple as:
import sys
from PySide6.QtWidgets import QApplication
from cutewindow import CuteWindow
if __name__ == "__main__":
app = QApplication(sys.argv)
window = CuteWindow()
window.se
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11