RAD tool to speedify GUI developement in tkinter with python. The lack of extensible and NO-XML Based GUI Creator for tkinter was the motivation behind developing tkinter.builder.
- Extensible
- Full Interoperatablity with existing code base.
- Open-Source
- Minimal & Functional UI
- No External dependencies.
- Support for Tkinter & Themed Tkinter
- Low on Resource
- Support for all geometry managers of Tkinter.
- No XML based UI
- WYSIWYG GUI Builder
- Get Python Equivalent code
- Python3
- Tkinter library
- Python 3.x
- Tkinter 8.x
- Knowlege about tkinter attributes
(Minimal Changes may be required for other versions)
- Windows 10 along with Python 3.12 and Tkinter 8.6
- Linux Mint 22 along with Python 3.12 and Tkinter 8.6
To use tkinter.builder with existing code, just replace Tk() of the code with the GUI() Class present in tkinter_builder.py file.
For any query about tkinter.builder, feel free to mail kurawlefaraaz@gmail.com or raise issue.