import Tkinter root = Tkinter.Tk() root.title(“il mio programma”) root.mainloop()