I was wondering if there is a way to make the window of an application transparent/not visible but letting the content of it stay at full alpha. There is probbably an easy solution to this, but i couldn’t find it anywhere.
I’m using tkinter library and tried setting the alpha atribute of the window to 0, but that of course sets everything else to zero also, which i dont want.
2