A GUI Builder with code generation capabilities for Python Tkinter. It allows you to create your widgets (drag, drop and resize) right on the GUI window. Nothing like canvas usage. Experience the real deal. This software does a lot already, but can do a lot more. Thus, collaborations are highly welcome :)
This software system only supports the tk widgets in the Tkinter framework. The system could be improved by providing support for the ttk widgets
This software allows you build GUIs for your python application faster. It takes off the enormous time spent deliberating on what color to use, where to place your widget, what styling to use, etc. With this software, you are able to care less of the visual feedback you give users of your application.
If you probably need drag/drop and widget resizing features for your code, you can view my cool tkinter_dndr project here:
- This software supports only the python programming language.
- It is cross-platform: can work on Windows, Linux and MAC-OS with native support (I guess).
- However, I only provide an executable for Windows.
- If you want an executable for Linux and MAC-OS, you will need to build that from the source code. You can use the py-installer package (https://pypi.org/project/pyinstaller/)
- This is currently unchecked. I plan to do a video for this. Please raise an issue if you are currently viewing this and you do not see a video.
Find here, snapshots of two applications that had their GUIs design by gui-maker