CustomTkinter
CustomTkinter copied to clipboard
I couldn't make transparent labels to assimilate them with the background image...
Tkinter does not provide direct transparency. But in your case, if you want to place text on a image, use Canvas.
Put your image in Canvas and then draw text on that, it will be transparent.
@Ricardoarsv A new solution for this issue: https://github.com/TomSchimansky/CustomTkinter/discussions/2214