+ 3
Why GUI library not in python?
Why?
3 Answers
+ 4
Sarthak Dandgawhal
There are many graphical user interface (GUI) toolkits that you can use with the Python programming language. The big three are Tkinter, wxPython, and PyQt. Each of these toolkits will work with Windows, macOS, and Linux, with PyQt having the additional capability of working on mobile.
+ 1
it is. tkinter comes standard. there are more modules that can be installed
https://code.sololearn.com/cVCGSTL9brrY/?ref=app
+ 1
The 6 Best Python GUI Frameworks for Developers
Kivy. Kivy is an OpenGL ES 2 accelerated framework for the creation of new user interfaces. ...
PyQT. PyQT is one of the favoured cross-platform Python bindings implementing the Qt library for the Qt (owned by Nokia) application development framework. ...
Tkinter. ...
WxPython. ...
PyGUI. ...
PySide.
There are many graphical user interface (GUI) toolkits that you can use with the Python programming language. The big three are Tkinter, wxPython, and PyQt. Each of these toolkits will work with Windows, macOS, and Linux, with PyQt having the additional capability of working on mobile