Are there any easy-to-use Visual Studio C# WinForms-like GUI designers in the Python world for Tk?
Mats Wichmann
mats at wichmann.us
Fri Dec 29 12:31:56 EST 2023
On 12/28/23 18:05, FĂ©lix An via Python-list wrote:
> I'm used to C# WinForms, which has an easy-to-use drag-and-drop GUI
> designer in Visual Studio. Is there anything similar for Tk? How about
> Qt? What do you recommend as the easiest way to create GUI programs in
> Python, similar to the ease of use of C# WinForms?
Qt has a long-standing Designer tool.
I was pretty sure there was nothing for tkinter, but it seems at least
someone tried:
https://pypi.org/project/tkdesigner/
and someone has tried a web-based one (looks like it may help to read
Chinese for that one)
https://visualtk.com/
More information about the Python-list
mailing list