摘要:
from distutils.core import setup import py2exe import sys includes = ["encodings", "encodings.*"] sys.argv.append("py2exe") options = {"py2exe": { "bu 阅读全文
posted @ 2022-02-23 19:01
祥瑞哈哈哈
阅读(27)
评论(0)
推荐(0)
摘要:
import win32api import win32con import time import pyautogui as pag state_left = win32api.GetKeyState(0x01) # Left button down = 0 or 1. Button up = - 阅读全文
posted @ 2022-02-23 19:00
祥瑞哈哈哈
阅读(128)
评论(0)
推荐(0)