from tkinter import * root = Tk() w = Label(root, text='MasoudKargar.ir!') w.pack() root.mainloop()