We will use "for loops" to perform
Packages required
Pyautogui ~ pip install pyautogui
Code:
Copy and Paste this code below:
import pyautogui
f=open("themessage",'r')
for word in f:
pyautogui.typewrite(word)
pyautogui.press('enter')
MAKE A FILE WITH THE MESSAGE:
-Then open your file with cmd and boom you have your bot there
Thanks for reading and giving your precious time to my blog!
Thanks for the tutorial
ReplyDeleteThank you for the most valuable tutorial
ReplyDelete