Skip to content

Instantly share code, notes, and snippets.

@nsdevaraj
Created October 12, 2022 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsdevaraj/e08184125736234ab952248d741d9c31 to your computer and use it in GitHub Desktop.
Save nsdevaraj/e08184125736234ab952248d741d9c31 to your computer and use it in GitHub Desktop.
import pyautogui
import time
time.sleep(4)
count=0
while count<=1000:
pyautogui.typewrite("I love you amma "+str(count))
pyautogui.press("enter")
count=count+1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment