GUIs in Python 2 | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

GUIs in Python 2

Please mention some inbuilt GUIs in Python 2

5th Mar 2021, 6:41 PM
Madubuike David
Madubuike David - avatar
1 Réponse
+ 4
Tkinter is the standard Python GUI building toolkit, and is provided with all standard Python installers 2.7 and up. Python’s default Integrated DeveLopment Environment is written in python and uses Tkinter.
5th Mar 2021, 6:50 PM
Wilbur Jaywright
Wilbur Jaywright - avatar