'How to display something graphically over other apps on Windows 10 using Python?
I want my software to draw a visual on top of screen over other apps (windowed apps, drawing over 'games' is not required), rather than being bound to have my content inside a 'windowed app'. As reference, I want to gain visual that is essentially the same the one Greenshot https://getgreenshot.org/ provides when you take a screenshot.
The mentioned Greenshot overlay
Is there any way or toolkit(s) that could do this, using Python as the programming language?
Solution 1:[1]
Yes, indeed there is. You are allowed to download DeskPins and everything is self-explanatory afterwards.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | csabinho |
