from tkinter import * root = Tk() a = Label(root, text='softhunt.net tutorial website') a.pack() root.mainloop()