Python Forum
tkinter designer - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: tkinter designer (/thread-31109.html)



tkinter designer - horrorfodrasz - Nov-23-2020

I made a simple Python Tkinter designer tool.
It is written in Python and you will get pure Python tkinter code. It uses tkinter Grid geometry manager.

[Image: tkidesigner.jpg]

Select the desired widgets*
If you use rowsapan/colspan press "Check" button
Press "Start" to generate codes
Set the opened options windows and Apply
Press "Finalize" and copy the generated code with Ctrl+C

https://github.com/horrorfodrasz/Tkinter_GUI_designer


RE: tkinter designer - horrorfodrasz - Dec-09-2020

I have updated it. It supports the following widgets:
Menubar, MenuButton, Button, Canvas, Text with scroll, Entry, Label, Combobox, Optionmenu, Radio, Message, Frame/LabelFrame (universal 2x2 widget selection), Listbox, Scale, Spinbox, Toolbar with Tooltip text (sample PNG files are in the package), Notebook


RE: tkinter designer - MrBitPythoner - Dec-10-2020

I have always wanted one of these. Nice job.


RE: tkinter designer - horrorfodrasz - Dec-20-2020

Thanks!
There is a new version.
- Settings tab for default widget parameters and generated code type selection
- You can save and load widget selection with default widget parameters
- Generated code can be Function or Object (class) type