from tkinter import * window = Tk() # Create instance window.title("This is the window title!!!") # Add a title