System Overview
Gluonix Designer is a GUI design tool for Python applications that simplifies the process of creating graphical user interfaces using a drag-and-drop approach.
This tool is aimed at developers who want to quickly prototype or build Python GUIs without extensive manual coding.
Technical Capabilities
Drag-and-Drop
Design your GUI by dragging and dropping components onto a canvas.
Code Generation
Automatically generates Python code based on your GUI design.
Component Library
Includes a variety of pre-built components such as buttons, labels, input fields, etc.
Animation Support
All Widgets Support Smooth Animated Transitions With Configurable Starting Position, Size, Duration, And Easing.
Customization
Customize properties and behaviors of components directly through the interface.
Export
Export your designed GUI to a Python script that can be integrated into your Python project.
Python Integration
Requirements
# Requirement
pillow>=6.0.0
# tkinter is part of the standard library, no need to include it here
# tkinter>=8.6
# sqlite3 is also included in the standard library
# sqlite3>=3.14.2
Installation Pypi
# Requires Python >=3.6
pip install GluonixDesigner
# Start Application
Gluonix
#or
GluonixDesigner
Installation Git
# Requires Python >=3.6
git clone https://github.com/nucleonautomation/Gluonix-Designer.git
# Start Application
cd Gluonix-Designer\Designer
python Designer.py