from tkinter import *
window = Tk() window.title("GUI")
l1 = Label(window, text = "Hello!" ,font = ("Arial Bold",20)).pack()