Is is possible to create modern Graphical user interfaces using python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is is possible to create modern Graphical user interfaces using python?

I find that the built-in tkinter module doesn't have a very good / modern looking GUI widgets.

5th Jun 2020, 3:05 AM
#EPIC PROGRAMMER
4 Answers
+ 6
Chob Kivy, PyQt, WxPyrhon, PySide, PyGUI, and there are others... It all depends on your requirements. PyGame is probably the most actively used graphical user interface used.
5th Jun 2020, 3:20 AM
BroFar
BroFar - avatar
+ 4
wxPython or pyQt are two nice options...
5th Jun 2020, 3:15 AM
unChabon
unChabon - avatar
+ 2
5th Jun 2020, 11:41 AM
unChabon
unChabon - avatar
+ 1
BroFar Yes Pygame is used a lot especially for games, but when it comes to tKinter it can makes incredible GUIs when it is used well😉
5th Jun 2020, 8:32 AM
YoungMind
YoungMind - avatar