摘要: from ctypes import * import time print("是时候展示真正的技术了,哈哈哈") # 睡眠一段时间 time.sleep(10) # 下面两行自动锁屏代码 user32 = windll.LoadLibrary('user32.dll') user32.LockWo 阅读全文
posted @ 2022-05-19 11:48 zwnsyw 阅读(111) 评论(0) 推荐(0) 编辑
摘要: import random import ctypes import time import os # path = "D:\\壁纸\\" # 存储图片的文件夹 path = r"D:/壁纸/" # 存储图片的文件夹 while True: file = os.listdir(path) # 打开存 阅读全文
posted @ 2022-05-19 11:47 zwnsyw 阅读(42) 评论(0) 推荐(0) 编辑