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