# Creates label widget = Label(window, width=5, height=6) widget.pack() # Hide label widget.pack_forget()