A good wxpython GUI builder?
Asked Answered
D

5

29

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 ?

Dyanne answered 2/11, 2010 at 16:33 Comment(2)
I recommend going at it by hand. It's really not hard at all.Fleenor
I agree with Bryan. I hand-code almost every wxPython program I write.Douma
H
27

There is wxGlade. Here is a screenshot:

alt text

and wxFormBuilder

alt text

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

Hak answered 2/11, 2010 at 16:41 Comment(0)
L
8

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

Lancewood answered 2/11, 2010 at 16:52 Comment(0)
D
5

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.

Douma answered 2/11, 2010 at 18:18 Comment(0)
S
3

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.

Schwinn answered 2/11, 2010 at 18:5 Comment(0)
C
0

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

Crowd answered 15/4, 2019 at 9:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.