Pyscreenshot screenshots don't show any open windows

前端 未结 0 628
鱼传尺愫
鱼传尺愫 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")         


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题