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 a green image, but it ends up getting its gray background, is there any way I can use the tkinter to just leave the text? type a transparent background.
I've done some research here and can not find anything that fits what I'm looking for.