I trying to draw a rectangle in the middle of the screen using python. However, I've only found solutions that create a GUI/Window and then show the object. Here is an example of what I looking for
Asked
Active
Viewed 46 times
0
-
1i'm gonna guess "no" – Paul H Feb 03 '21 at 22:35
-
I think you need to create a frameless and transparent window, there are resources on how to do either one seperately but I didn't find any examples of both simultaniously, you will probably have to piece the two together youself... – Vinzent Feb 03 '21 at 22:44