.Net Like Gui Builder for Python?

Sturla Molden sturla.molden at gmail.com
Fri Jul 25 16:04:29 EDT 2014


Orochi <kartikjagdale11 at gmail.com> wrote:

> I tried PyQt Designer' and 'Glade', No doubt its great but it created only interface.
> I have to code all the things in separate file.

That's what you should do. Keep autogenerated and hand-written code
separate.

Also take a look at wxFormBuilder.


> what I was searching for is Visual Studio .Net like Gui builder where you
> drag and drop widgets and just double click on the widget to edit code of that widget.

Most Python GUI frameworks are based on layout managers. "Drag and drop"
does not work so well then.


Sturla




More information about the Python-list mailing list