0

How to download python tkinter?

5th Feb 2017, 7:33 PM
Manish Sharma
Manish Sharma - avatar
4 Answers
+ 3
You don't need to, only add that to your code: import tkinter
5th Feb 2017, 7:34 PM
Ali Emir Kızıl
Ali Emir Kızıl - avatar
+ 3
I'm not good at GUI building(a friend codes GUI when I code the program) but it is available for all Python 3.x versions
5th Feb 2017, 7:39 PM
Ali Emir Kızıl
Ali Emir Kızıl - avatar
+ 2
But I can open a window at leats?: import tkinter root=Tk() root.mainloop()
5th Feb 2017, 7:40 PM
Ali Emir Kızıl
Ali Emir Kızıl - avatar
0
its available on python 3.5.1 version? can u write a code for( hello) for me
5th Feb 2017, 7:36 PM
Manish Sharma
Manish Sharma - avatar