comment installer tkinter pour python
# for pip and windows, in cmd, write:
pip install tk
TheBeast5520
# for pip and windows, in cmd, write:
pip install tk
#to import tkinter
from tkinter import * #best way
from tkinter import Tk #another way