import Tkinter lbl = Tkinter.Label(text = "Hello World") lbl.pack() lbl.mainloop()