Skip to content

Instantly share code, notes, and snippets.

@yogiblue
Created February 20, 2019 11:03
Show Gist options
  • Save yogiblue/9117b365978e4488ca1f2b0be316d4ec to your computer and use it in GitHub Desktop.
Save yogiblue/9117b365978e4488ca1f2b0be316d4ec to your computer and use it in GitHub Desktop.
import pyperclip
import pyautogui
import time
pyperclip.copy('77777')
for x in range(5):
time.sleep(5)
pyperclip.copy(x)
print(x)
pyautogui.hotkey('ctrl','v')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment