Python Forum

Full Version: Drawing raw data to screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to overlay an image on my screen, underneath my cursor if possible. Not a window, I need it to stay on top of everything.

I'm OK with doing this pixel by pixel. I'm using Python 3.6.0 on macOS Sierra 10.12.1.
Hello?
Show what you have done so far (code),
also a more verbose description of what you are
trying to accomplish.

Are mouse clicks involved? Don't hold back, tell it all.