Skip to content

Instantly share code, notes, and snippets.

View pdr-tuche's full-sized avatar
:octocat:
little media, lots of code ❌🧢

Pedro Neves pdr-tuche

:octocat:
little media, lots of code ❌🧢
View GitHub Profile
@pdr-tuche
pdr-tuche / flood.py
Last active July 23, 2022 21:27
flood
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
git status
git diff
git add README.md
git status
git commit
git config --global user.email "[email protected]"
git config --global user.name "usernameGithub"
git commit
git log
git push origin master