Python Forum
Drawing raw data to screen - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Drawing raw data to screen (/thread-1542.html)



Drawing raw data to screen - LoganDark - Jan-11-2017

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.


RE: Drawing raw data to screen - LoganDark - Jan-16-2017

Hello?


RE: Drawing raw data to screen - Larz60+ - Jan-16-2017

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.