Skip to content

Instantly share code, notes, and snippets.

View Lohengrink's full-sized avatar
🏁
ふざけんだ!!

Chin-Yeh Chen Lohengrink

🏁
ふざけんだ!!
  • Taipei
View GitHub Profile
@Lohengrink
Lohengrink / auto.py
Created September 6, 2021 06:23 — forked from iann0036/auto.py
Python Input Record and Play
import pyautogui, time, sys, os, win32api, win32gui, win32con, datetime, pyHook, pythoncom
from optparse import OptionParser
'''
Python Automated Actions Script by Ian Mckay
Version 0.1 - 20151217
'''
pyautogui.PAUSE = 0
pyautogui.FAILSAFE = True