0

I would like to draw directly to the screen from Python 3. For example, I would like to create a rectangle around a few icons on my desktop.

EXAMPLE Or draw a line on the screen etc.

What are the libraries I should look up in order to do this? I prefer the performance wise solutions.

Light
  • 31
  • 3
  • You may want to start with Tkinter - https://docs.python.org/3/library/tkinter.html – Namandeep_Kaur Apr 21 '20 at 20:32
  • As far as I know tkinter allows me to draw inside its window/canvas but not directly to the screen? – Light Apr 21 '20 at 20:33
  • 1
    You may want to check these links: https://stackoverflow.com/questions/7585447/in-python-how-can-i-draw-to-a-pixel-on-the-screen-directly https://stackoverflow.com/questions/21840133/how-to-display-text-on-the-screen-without-a-window-using-python – Namandeep_Kaur Apr 21 '20 at 23:34

0 Answers0