0
How to download python tkinter?
4 Answers
+ 3
You don't need to, only add that to your code:
import tkinter
+ 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
+ 2
But I can open a window at leats?:
import tkinter
root=Tk()
root.mainloop()
0
its available on python 3.5.1 version?
can u write a code for( hello) for me