摘要:
import win32con import win32api import time def click_single(tuple_xy, sleep_l=[0, 0], type_left='left'): x, y = tuple_xy win32api.SetCursorPos([x, y]) if type_left == 'left': ... 阅读全文
摘要:
https://en.wikipedia.org/wiki/FourCC A FourCC (literally, four-character code) is a sequence of four bytes used to uniquely identify data formats. The 阅读全文