Hey Python devs! π
Iβm excited to share PyUIkit 1.0.0, a modern, web-style GUI framework for Python built on top of CustomTkinter. It brings Div-based layouts, reusable components, and an easy way to create interactive desktop apps without messy layout code.
Features
- Web-like Div layout system for nesting components
- Interactive components:
Text,Button,Input,Slider, and more - Component IDs for dynamic updates
- Modern styling with dark/light themes
- Minimal boilerplate, easy to pick up
Example: Color Mixer
This app demonstrates using Slider components to mix colors in real-time and display the hex value dynamically.
Installation
pip install pyuikit
To get started see the GitHub Repository | PyPI Page or the Quickstart guide
Iβm open to PRs, feedback, and feature requests! Issues can be reported on GitHubβs issue tab.
Would love to hear what you think! π

Top comments (0)