Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question