Skip to main content

Posts

Showing posts with the label python

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 b...

ChikonEye: Dare to Look at my Work!! (python openCV)

Protect your work from others using a Python script! Dare to Look at My Work! Protect your work from others using a Python script! Did you ever feel that someone is peeping to your computer screen? Obviously you don't have NASA's secret data on your computer but you don't like other seeing your work or drawings or most importantly research materials. I've written a python code that can identify it's owner, sees how many faces are looking at the computer screen.  If any unauthorized face has been detected then it locks the computer screen automatically  so you don't need to worry a bit! just concentrate on your work!! Lets Hop in guys: To recognize faces one would need 3 differen scripts- 1. Data Set creator (takes photos and saves them in a folder) 2. Trainer (Train the model with all those saved photos) 3. Recognizer (final script that will recognize faces based on Train data) To make it simple and user friendly I have written a singl...