Is it possible to make a clickthrough Tkinter window on MacOS?
I’m working on a app that will create an overlay on your MacOS desktop, and using the overlay
module I was able to get a transparent Tkinter window working:
Tkinter text and label not showing up in the gui window on MacOS
forgive me for I am a beginner. I’m following a tuitorial for tkinter, a very basic one, but when i execute my code, I can only see a black screen with the button, no label or text input.