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.
Happy scripting!
A program to spam messages to a whatsapp contact any number of times
Python 3.5+,Sellenium,Chrome web browser
A program to automate the LinkedIn connection requests sending.
Python 3.5+,Sellenium,Chrome web browser
A program to download PDF files off the internet.
Python 3.5+
A simple Command line tool to manipulate files and directories and perform repetitive tasks like creating multiple directories fast and easy
Python 3.5+
A simple script that counts how many times a word appears on a web page
Python 3.5+
A script that looks into all files under one or more directories and reports which are duplicates.
Python 3.5+