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.