V
V
Vladislav2014-05-07 11:18:37
Python
Vladislav, 2014-05-07 11:18:37

In which IDE can you quickly create a GUI for Python programs?

We need an IDE in which you can draw a simple GUI for a small utility without long smoking of manuals.
There is no time to delve into writing interfaces.
I would like something similar to Delphi XE5, but, of course, in Python.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
W
wiygn, 2014-05-07
@Hateman31

As mentioned above - PyQt and QtCreator. I will add that PyQt has its own "Designer" utility, which is ideal for simple applications. Then the ui file can be easily transferred to .py via uic and import ready-made elements from there.

K
Konstantin Dovnar, 2014-05-07
@SolidlSnake

*boom*
GUI Design Tools and IDEs section

M
mind1master, 2014-05-07
@mind1master

QtCreator + PyQT

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question