Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A good wxpython GUI builder?

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 ?

like image 556
Nataly Avatar asked Nov 02 '10 16:11

Nataly


People also ask

Which is better Tkinter or wxPython?

wxPython has much better printing support than Tkinter. wxPython cons: wxPython requires a separate download which can be a pain to manage when you deploy your app. Documentation is very weak in my opinion; it's very hard to find specific information.

Which Python GUI is best?

1–PyQt5. PyQt5 is a very well-known GUI framework used by both Python coders and UI designers. One of its components, the PyQt package, is built around the Qt framework, which is a leading cross-platform GUI design tool for just about any kind of application.

Is wxPython easy to use?

Since the programming language is Python, wxPython programs are simple, easy to write and easy to understand.


1 Answers

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

like image 85
Michael Goldshteyn Avatar answered Sep 22 '22 12:09

Michael Goldshteyn