Created
August 10, 2022 17:03
-
-
Save bradmartin333/aefa8b63b713ccc0813795c22726ffa4 to your computer and use it in GitHub Desktop.
Circuit Python spamming
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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