A Good Wxpython GUI Builder?
Answer :
There is wxGlade. Here is a screenshot:
and wxFormBuilder
Also, have a look here for more alternatives: GUI Programming in Python
I've tried a few, and the only one I seem to have any luck with is wxFormBuilder
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.
Comments
Post a Comment