+ 3

Why GUI library not in python?

Why?

26th Jun 2020, 3:38 AM
Sarthak Dandgawhal
Sarthak Dandgawhal - avatar
3 ответов
+ 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.
26th Jun 2020, 3:47 AM
Amberk Jillian
Amberk Jillian - avatar
+ 1
it is. tkinter comes standard. there are more modules that can be installed https://code.sololearn.com/cVCGSTL9brrY/?ref=app
26th Jun 2020, 3:39 AM
Slick
Slick - avatar
+ 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
27th Jun 2020, 7:49 AM
DEEPAK
DEEPAK - avatar