Skip to main content

Posts

Showing posts from August, 2019

Python for sending Automatic Love Messages to Girl Friend!!!!

A python code to post comments / Messages automatically. Sending Love messages to your partner can be very effective. But as we always don't have that much time to do so, also as I was learning Python and I love making robots I thought to make an automated (semi automated actually) robotic comment or messaging system for my girl friend. Things must need: A computer with python3 installed.  Download from here.                                           Make sure to add python to your environment variable path. Just check the box that tells you to do so. pyautgui library. Open up Command prompt or Powershell then type         pip install pyautogui  pyautogui does the work of typing automatically, it is a GUI (Graphical User Interface) library kind of like tkinter but not as good as tkinter. But for this message automation task it is better than tkinter. The Code: Then download the code from here or copy from below. It is recommended to download the code f