Skip to content

Instantly share code, notes, and snippets.

@JayantGoel001
Created February 11, 2021 15:34
Show Gist options
  • Save JayantGoel001/25d98f64910905b765c7f15d00db2eff to your computer and use it in GitHub Desktop.
Save JayantGoel001/25d98f64910905b765c7f15d00db2eff to your computer and use it in GitHub Desktop.
Auto typing using pyautogui
import pyautogui
pyautogui.typewrite('Hello World', interval=0.25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment