from tkinter import * root = Tk() root.title('IAUT') top = Toplevel() top.title('Python') top.mainloop()