1
lbl2 = Label(jan, font=("Arial", 12, "bold"), text="Escolha apenas uma Categoria por vez")
lbl2.place(x=20, y=450)
I’m putting this label on top of a green image, but it ends up with her background gray, is there any way using Tkinter to leave only the text ? like a transparent background.
I’ve done some research here and can’t find anything that fits what I’m looking for.
Anyone can help ?
– Israel Oliveira