Python Forum
Is Python Support Graphical User Interface? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Is Python Support Graphical User Interface? (/thread-36923.html)



Is Python Support Graphical User Interface? - ankitdixit - Apr-12-2022

Hello Everyone, I am working on a freelance project and I am new to python. I want to know, Is python support GUI? I have checked on google and found this post and according to it, Python also features a large number of GUI frameworks available for it and various other cross-platform solutions. Python binds to platform-specific technologies. Is it? Any suggestion?


RE: Is Python Support Graphical User Interface? - Axel_Erfurt - Apr-12-2022

Tkinter, PyQt5 / PyQt6, Pyside2 / Pyside6, wx, kivy, Gtk ...


RE: Is Python Support Graphical User Interface? - Talbot9 - Apr-18-2022

Hi

Yes i have found Tkinter the most usable although when making an app for android kivy is great


RE: Is Python Support Graphical User Interface? - pyek - Apr-29-2022

Hi,
Hackerforms is great for creating interactive interfaces for your python scripts. Recommend checking it out, super easy to use.


RE: Is Python Support Graphical User Interface? - Axel_Erfurt - Apr-29-2022

Didn't you read the question?