Is there a Tkinter for python here? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 1

Is there a Tkinter for python here?

Is there a Tkinter for python here? If not how do I get it

10th Jan 2018, 11:52 AM
Averill Brittenum
Averill Brittenum - avatar
2 ответов
+ 15
Yes there is a tkinter module in python. The Tkinter module (“Tk interface”) is the standard Python interface to the Tk GUI toolkit. Both Tk and Tkinter are available on most Unix platforms, as well as on Windows systems. (Tk itself is not part of Python; it is maintained at ActiveState.)
10th Jan 2018, 1:22 PM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
0
But can I use it I the sololearn app?
11th Jan 2018, 5:12 AM
Averill Brittenum
Averill Brittenum - avatar