Where can I find a GUI designer for Python? [closed]
Asked Answered
G

6

6

Does anyone know of any GUI designer for python like Glade but for windows?

Gyromagnetic answered 18/2, 2009 at 14:33 Comment(1)
Duplicate: #65471Equivocation
S
13

Glade/Gtk+ for Windows is exactly like Glade but for Windows.

Servitor answered 18/2, 2009 at 14:43 Comment(1)
I have just downloaded Glade but I suppose that I need to install it as a plugin for PyCharm in order to use it. However, only *.jar and *.zip files can be used as plugins but there seems not to be any such file in the Glade installation. So what should I do now?Catastrophe
B
4

I would suggest using PyQt and the Qt-designer(WYSIWYG gui designer) for making cross platform gui apps.

Qt has even gone LGPL, making it even more attractive.

You can find PyQt at: http://www.riverbankcomputing.co.uk/software/pyqt/download

Benumb answered 18/2, 2009 at 14:37 Comment(2)
Until PyQt goes LGPL, it doesn't matter what license Qt has if you hate freedom and want to write non-GPL programs.Servitor
Doh, didn't think about that one =DBenumb
D
2

http://wxformbuilder.org

Drunkard answered 18/2, 2009 at 14:38 Comment(0)
E
2

I use PyQt; it is built on the QT Toolkit.

If you are deploying to Windows, it works well with the py2exe module.

It's fairly straightforward to use, especially if you already have experience with the QT libraries.

Note: this was my answer to a similar question.

Endolymph answered 18/2, 2009 at 14:42 Comment(0)
T
1

I use wxGlade

Tung answered 6/3, 2009 at 18:57 Comment(0)
T
1

It deppends of the GUI toolkit you're using.

For wxPython, there is boa-constructor. It's a Delphi-like IDE.

Thievery answered 6/3, 2009 at 19:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.