Color Mixer Example

Tired of old, clunky GUI libraries? Try PyUIkit 1.0.0 πŸš€

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

Color Mixer Example

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! πŸ™‚

Similar Posts