0
Q:

label change in tkinter

label_name.configure(foreground="blue")
-2
stud_input=StringVar()
stud_input.set("Label")
lbl3=Label(add_image_frame,textvariable=stud_input,bg="#ED6244",fg="black").grid(row=4,column=0)
stud_input.set("Changed Label")
0
def press():
    Instruction.config(text='Button Pressed')
-1

New to Communities?

Join the community