Python Tkinter Program to Create a Window 25 January 2023 by zeroones.org 01. Example: import tkinter as tk root = tk.Tk() root.mainloop() Output: Simple ouput window. Output: After resizing the window.