Skip to content

Instantly share code, notes, and snippets.

View adelriosantiago's full-sized avatar
🏠
Working from home

Alejandro adelriosantiago

🏠
Working from home
View GitHub Profile
@adelriosantiago
adelriosantiago / keystrokes-win.py
Created February 6, 2016 21:34
Python simulate keystrokes on Windows
from win32api import keybd_event
import time
import random
Combs = {
'A': [
'SHIFT',
'a'],
'B': [
'SHIFT',