Last active
July 23, 2022 21:27
-
-
Save pdr-tuche/2c358083963ce366c976c81d6bdc1c8a to your computer and use it in GitHub Desktop.
flood
This file contains 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 auto | |
from time import sleep | |
contador =0 | |
while contador < 100: | |
auto.write('te amo <3') #aqui voce coloca o texto a ser enviado | |
auto.press('enter') | |
sleep(0.4) | |
contador+=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
não utilize esse código caso não saiba o que ele faça =)