How to add GUI IDE into PyCharm like Android studio?

已回答

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?

1

Hi! PyCharm has no such feature and there's no plugin for this I know.

1
Avatar
Permanently deleted user

Thank Pavel but how can I do it in PyCharm(or another IDEs)?

0

Do you use Qt? I think one can use tools like Qt Designer to prototype GUI.

1

请先登录再写评论。