Larry
0
Q:

how to install tkinter

pip install tkinter
1
sudo apt-get install python3-tk 
7
# for pip and windows, in cmd, write:
pip install tk
3
pip3 install tk
3
pip install tk
0
m=tkinter.Tk() where m is the name of the main window object
0
m.mainloop()
0

New to Communities?

Join the community