- 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.
- We hope you find Gluonix Designer helpful and easy to use. If you have any thoughts or suggestions, we’d love to hear from you at [email protected]. Your feedback is invaluable in helping us improve and enhance the tool.
- Drag-and-Drop Interface: Design your GUI by dragging and dropping components onto a canvas.
- Python 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.
- Customization: Customize properties and behaviors of components directly through the interface.
- Export to Python: Export your designed GUI to a Python script that can be integrated into your Python project.
- See the TUTORIAL file for details.
- See the HELP file for details.
# Requires Python >=3.6
pip install GluonixDesigner
# Start Application
Gluonix
#or
GluonixDesigner
# Requires Python >=3.6
git clone https://github.com/nucleonautomation/Gluonix-Designer.git
# Start Application
cd Gluonix-Designer
python Designer.py
pip install -r requirements.txt
- This project is licensed under BSD 4-Clause License. See the LICENSE file for details.
- See the LOG file for details.