Thats why I've always like pytk
from tkinter import \* root = Tk() a = Label(root, text ="Hello World") a.pack() root.mainloop()