Created
January 20, 2023 14:47
-
-
Save kozak127/0323d99995d8e39e2882f105e2339dbd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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