Skip to content

Instantly share code, notes, and snippets.

View mhissong's full-sized avatar

Matthew Hissong mhissong

  • NRG
  • Princeton, NJ
View GitHub Profile
@iann0036
iann0036 / auto.py
Last active February 2, 2024 04:06
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