Skip to content

Instantly share code, notes, and snippets.

@kozak127
Created January 20, 2023 14:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kozak127/0323d99995d8e39e2882f105e2339dbd to your computer and use it in GitHub Desktop.
Save kozak127/0323d99995d8e39e2882f105e2339dbd to your computer and use it in GitHub Desktop.
import keyboard
import time
import random
while True:
keyboard.press_and_release("F13")
interval = random.randint(1, 179)
time.sleep(interval)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment