Skip to content

Instantly share code, notes, and snippets.

@bradmartin333
Created August 10, 2022 17:03
Show Gist options
  • Save bradmartin333/aefa8b63b713ccc0813795c22726ffa4 to your computer and use it in GitHub Desktop.
Save bradmartin333/aefa8b63b713ccc0813795c22726ffa4 to your computer and use it in GitHub Desktop.
Circuit Python spamming
# spam big yoshi
time.sleep(2)
kbd.press(Keycode.WINDOWS)
kbd.release_all()
time.sleep(0.25)
kbd_layout.write("chrome")
time.sleep(0.25)
kbd.press(Keycode.ENTER)
kbd.release_all()
time.sleep(0.25)
kbd_layout.write("beeg yoshi")
time.sleep(0.25)
kbd.press(Keycode.ENTER)
kbd.release_all()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment