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.
4 ответов
+ 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.
+ 4
wxPython or pyQt are two nice options...
+ 2
+1 YoungMind
+ 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😉