一个好的 wxpython GUI 构建器?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4079866/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
A good wxpython GUI builder?
提问by Nataly
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 ?
是否有一个不需要太多编码的好的 wxpython GUI 构建器,就像 MS Visual Studio 中的表单构建器一样?
采纳答案by Michael Goldshteyn
There is wxGlade. Here is a screenshot:
有wxGlade。这是一个屏幕截图:


and wxFormBuilder


Also, have a look here for more alternatives: GUI Programming in Python
另外,看看这里有更多的选择:Python 中的 GUI 编程
回答by rossipedia
I've tried a few, and the only one I seem to have any luck with is wxFormBuilder
我已经尝试了一些,我似乎唯一幸运的是wxFormBuilder
回答by Binary Phile
In a long ago day, I tried them all and found Anthemion DialogBlocksto be the most professional of the bunch. Along with that goes the fact that it is commercial software.
很久以前,我尝试了所有这些,发现Anthemion DialogBlocks是最专业的。随之而来的是它是商业软件的事实。
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.
它是由 wxWidgets 的创造者 Julian Smart 设计的,所以我认为它是一款优质产品并不奇怪。90 美元,有点贵,但并不离谱。
回答by Mike Driscoll
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.
除此之外,有些人真的很喜欢 wxPython 中包含的 XRCed 应用程序。基本上,您在 XML 中创建您的 GUI。还有一个已经不复存在的 Boa Constructor,我看到人们仍在 wxPython 用户列表中使用它。
回答by Chun
You can use ezWxPython. it is not gui builder, but it helps you make layout easy same way as pySimpleGUI.
您可以使用 ezWxPython。它不是 gui 构建器,但它可以帮助您以与 pySimpleGUI 相同的方式简化布局。

