A good wxpython GUI builder?

笑着哭i 提交于 2019-12-09 07:36:07

问题


Is there a good wxpython GUI builder that does not require much coding, like in the case of the form builder in MS visual studio ?


回答1:


There is wxGlade. Here is a screenshot:

and wxFormBuilder

Also, have a look here for more alternatives: GUI Programming in Python




回答2:


I've tried a few, and the only one I seem to have any luck with is wxFormBuilder




回答3:


In addition to those, some people really like the XRCed application that's included with wxPython. Basically you create your GUI in XML. There's also the defunct Boa Constructor that I see people still using on the wxPython user's list.




回答4:


In a long ago day, I tried them all and found Anthemion DialogBlocks to be the most professional of the bunch. Along with that goes the fact that it is commercial software.

It's by Julian Smart, the creator of wxWidgets, so I suppose it's not too surprising that it's a quality product. At $90, it's a bit expensive but not outrageous.




回答5:


You can use ezWxPython. it is not gui builder, but it helps you make layout easy same way as pySimpleGUI.



来源:https://stackoverflow.com/questions/4079866/a-good-wxpython-gui-builder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!