This is a collection of short Python scripts to solve and automate tasks and simplify any work.
- Fork and clone this repo.
- Add any python script which should be able to solve a particular day-to-day task or to automate any monotonous task, in short the add the scripts that might be useful for others.
- Push your code to the master branch.
- Write a short description of your script and mention the dependencies in the README.md file.
⭐ this repo and contribute as much as you can to spread your love towards Python ❤️
Python 3.5+
A program to spam messages to a whatsapp contact any number of times
Additional Requirement :
Sellenium, Chrome web browser
A program to automate the LinkedIn connection requests sending.
Additional Requirement :
Sellenium, Chrome web browser
A program to download PDF files off the internet.
FileMan :
A simple Command line tool to manipulate files and directories and perform repetitive tasks like creating multiple directories fast and easy
A simple script that counts how many times a word appears on a web page.
A script that looks into all files under one or more directories and reports which are duplicates.
A program to pull all the images from the given URL.
A simple script that prints out all the dates in a given year
Monitor a website for a seach term. When it shows up, send yourself an e-mail.
Additional Requirements :
Requests
Automatically take a screenshot of the desktop and email it to yourself every x seconds
Additional Requirements :
pyautogui, smtplib, ssl, email, getpass
For given directory location find size and path of all files of a particular extension present in directory (including sub-directories).
Find your host name and IP address.
Seeking email that sent the most emails from email logs (text file)
For given math function, constructs a graphic.
Basically it generate new Lorem Ipsum text with paragraph wise that can be used as dummy text.
A python script to change the image size of one or any number of images in a directory in which the script is placed to
a user defined size using image processing by openCV.
Additional Requirements:
Python 3.5+,OpenCV2
A script to log in to Instagram and Like as many pictures as you want from the top photos of a particular hashtag.
Additional Requirements:
Instagram account(duh!), Sellenium