Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question