Is there any RECENT gui editor for python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there any RECENT gui editor for python?

I'm searching for a gui editor (wysiwyg) for python, but builders like 'glade' were last updated in 2014. 'Page' looks like Win95... aren't there any "cool" gui packages and builders?

22nd Jun 2017, 11:13 AM
Martin
Martin - avatar
4 Answers
0
After spending another day researching, QTDesigner and the whole PyQT package seems to be state of the art and working with Python 3.6. Well I test this now...
22nd Jun 2017, 2:10 PM
Martin
Martin - avatar
0
TkInter is one of the standard visual GUI toolkit for python. Anything more 'fancy' I haven't explored yet.
22nd Jun 2017, 3:03 PM
Sapphire
0
But is there a wysiwyg editor for TKInter? Didn't find one...
22nd Jun 2017, 3:43 PM
Martin
Martin - avatar
0
Not aware of one. I did a quick search for you on stack, the best answer also recommends other modules: https://stackoverflow.com/questions/14142194/is-there-a-gui-design-app-for-the-tkinter-grid-geometry
22nd Jun 2017, 5:04 PM
Sapphire