尝试将ON_Click函数更改为30秒的计时器
我正在尝试制作一个循环,每30秒屏幕截图并将其保存在一个文件夹中,
这就是我现在拥有的
def on_click(x, y, button, pressed):
global path
if pressed:
takeScreenshoot(path)
print('ScreenShoot Taken')
:
i am trying to make a loop that screenshots every 30 seconds and saves it in a folder
This is what I have now:
def on_click(x, y, button, pressed):
global path
if pressed:
takeScreenshoot(path)
print('ScreenShoot Taken')
iv'e tried a bunch of different codes but couldnt get it work
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论