Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tkinter designer
#1
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
nicolaask and Gribouillis like this post
Reply
#2
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
Reply
#3
I have always wanted one of these. Nice job.
Reply
#4
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
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020