Created
December 30, 2022 08:04
-
-
Save Xaypanya/929f30ca77a8b10c4f5685aa2a5d461b to your computer and use it in GitHub Desktop.
message automation in python using pyautogui
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 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