Python Tkinter GUI Drag-and-Drop Designer

Hello Python GUI enthusiasts!

I’m excited to introduce Gluonix Designer, an open-source, drag-and-drop tool for designing Python GUIs with Tkinter. This tool makes it easy to create full-scale applications without writing complex layout code.

Key features:

  • Drag-and-drop interface for quick GUI design
  • Fully compatible with Tkinter (no extra dependencies)
  • Open-source and free to use, with no license required (perfect for commercial apps)

Check it out on GitHub:

Looking forward to your feedback and contributions!

1 Like

Hi @magiciin
You can register as python package at https://pypi.org/, then everybody can install with pip.
You need open account and with some simple pyproject.toml you can upload with twine

@Michal_Plichta Thats a great suggestion, but I am very busy to handle it on PIP, I barely have time to manage it on Github, if someone else can manage that, I would really appreciate it.

Problem is it should be your as owner of application, you can add somebody rights to upload package, but it should be your account at pypi.org

@Michal_Plichta Thanks for the info, I will get on it and make the account and initial setup.

1 Like

@Michal_Plichta I have added the project on Pypi

pip install GluonixDesigner

then in cmd type Gluonix or GluonixDesigner and press enter

1 Like

Gluonix Designer 5.0 Released!

Gluonix Designer has reached Version 5.0, bringing powerful new capabilities and major improvements for large-scale GUI development in Python.

:wrench: What’s New in v5.0:

  1. Massive Performance Boost
    Optimized engine now handles applications with thousands of widgets effortlessly.
  2. Auto Dark & Light Theme Switching
    Seamless theme transitions based on system or user preference.
  3. Live Runtime Project Editing
    Directly edit or create new GUI projects during runtime.
  4. Auto Project Loader
    Instantly restore your last session for faster development.
  5. Enhanced Designer & GUI Library
    New widgets, smarter tools, and improved layout controls.

Stress-Tested:
Successfully tested on large applications with thousands of widgets, ensuring stability and responsiveness even under heavy UI loads.