DEV Community

Dantechdevs
Dantechdevs

Posted on

how to install pyautogui kindly help through terminal on linux?

import pyautogui as spam
import time

limit = input("Enter no. of messages")
msg = input("Message you want to send")

i = 0

time.sleep(5)

while i<int(limit):

spam.typewrite(msg)
spam.press('Enter')

i+=1
Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
naruaika profile image
Naufan Rusyda Faikar

Maybe you want to join a community such as discord.gg/python to find someone to help you :) I'm there too.