windowName.title('Window Title') #Example import tkinter window = tkinter.Tk() window.title('My Title')