Appearance
import tkinter as tk root = tk.Tk() root.title('Simple Window') root.geometry('300x200') root.mainloop()