Pyscreenshot screenshots don't show any open windows

前端 未结 0 626
鱼传尺愫
鱼传尺愫 2021-01-03 23:16

I\'m executing the following code:

import time
import pyscreenshot as ImageGrab
time.sleep(1)
im = ImageGrab.grab()
im.show()
im.save("PICTURE.png")         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题