I would like to import a circle as an image and keep the background of the circle transparent. I was also wondering whether I could combine canvas with normal tkinter to do this?
I heard you could do something with rgba and alpha channels set to 0 (or something similar), but I really don't understand it, and I don't know what program to use to do that anyway.