Skip to content

Instantly share code, notes, and snippets.

@Xaypanya
Created December 30, 2022 08:04
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 Xaypanya/929f30ca77a8b10c4f5685aa2a5d461b to your computer and use it in GitHub Desktop.
Save Xaypanya/929f30ca77a8b10c4f5685aa2a5d461b to your computer and use it in GitHub Desktop.
message automation in python using pyautogui
import pyautogui as bibi
import time
time.sleep(5)
for i in range(150):
bibi.write("khor thodd dw lieng sa khai mouk~~")
time.sleep(.5)
bibi.press("Enter")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment