set up Tkinter

PHOTO EMBED

Tue Aug 17 2021 15:15:02 GMT+0000 (Coordinated Universal Time)

Saved by @maryjaay666 #html

from tkinter import *  # This will import everything from tkinter
root = Tk()  # Is the Tk window


root.mainloop()  # Is the END of loop
content_copyCOPY