How to add GUI IDE into PyCharm like Android studio?
Answered
Hello!
Is there a GUI IDE for programming python just like Android Studio?
I have PyCharm IDE, but it isn't GUI IDE!
I wanted one where we could drag & drop test boxes & labels just as we do in swing components using NetBeans or Android Studio.
‼️ Or is there an add-on present in either PyCharm itself?
Please sign in to leave a comment.
Hi! PyCharm has no such feature and there's no plugin for this I know.
Thank Pavel but how can I do it in PyCharm(or another IDEs)?
Do you use Qt? I think one can use tools like Qt Designer to prototype GUI.