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


root.mainloop()  # Is the END of loop