python take screenshot of specific window using pillow code example
Example: python windows take screenshot pil
import PIL.ImageGrab
im = PIL.ImageGrab.grab()
im.show()
import PIL.ImageGrab
im = PIL.ImageGrab.grab()
im.show()