tkinter titre fenetre code example Example: tkinter titre fenetre import Tkinter as Tk root = Tk.Tk() root.title('Main root') root.mainloop()