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 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 | 
  
    
      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
    
  
  
    
  | 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 | 
NewerOlder