A
A
A114n2020-02-17 12:35:10
Python
A114n, 2020-02-17 12:35:10

Is there an automatic GUI builder for Python with a code editor (IDE) like in VB or C?

I was looking for how to make a python program with windows and found that all the tools involve drawing a form separately. Sometimes you need to write the entire form directly in the code, indicating the coordinates. Sometimes, like in QT, you can still draw it with the mouse, but even then the form is separate, and the code is separate, you need to take the form file, save it to the project folder, connect it ... Is there a classic IDE

for Python , where Is it possible, as it was in VB or Delphi or C#, to create a form, manually add buttons and fields to it, and then, by clicking on these buttons and fields, automatically "fall through" into the code? With auto-generation of names like button1, with fields for choosing colors and behavior settings, and the like?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
alternativshik, 2020-02-17
@alternativshik

no, thank god

L
longclaps, 2020-02-17
@longclaps

Actually, there is .

S
Sergei Chamkin, 2020-06-12
@Sergei1337

Available for PyQt and tkinter
https://tproger.ru/translations/python-gui-pyqt/
https://habr.com/ru/post/346410/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question