Skip to content

Commit a2e7969

Browse files
authored
Merge pull request #82 from ItsGagan/patch-1
Update README.md
2 parents be69c4e + 5acb12d commit a2e7969

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

+19-18
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a collection of short Python scripts to solve and automate tasks and sim
44
## How to contribute:
55

66
1. Fork and clone this repo.
7-
2. Add any python script which should be able to solve a particular day-to-day task or to automate any monotonous task, in short add the scripts that might be useful for others.
7+
2. Add any python script which should be able to solve a particular day-to-day task or to automate any monotonous task. In short, add the scripts that might be useful for others.
88
3. Push your code to the master branch.
99
4. Write a short description of your script and mention the dependencies in the README.md file.
1010

@@ -19,39 +19,40 @@ This is a collection of short Python scripts to solve and automate tasks and sim
1919
| Sr. No.| Folder Name | Description | Requirements(if any) |
2020
| --- | --- | --- | --- |
2121
1 | [**GeneratePassword**](https://github.com/fnplus/Python-scripts-collection/tree/master/Password_Generator) | A program to generate random passwords | None |
22-
2 | [**AutoWhatsapp**](https://github.com/fnplus/Python-scripts-collection/tree/master/AutoWhatsapp) | A program to spam messages to a whatsapp contact any number of times | Sellenium, Chrome web browser |
23-
3 | [**AutoLinkedIn**](https://github.com/fnplus/Python-scripts-collection/tree/master/AutoLinkedIn) | A program to automate the LinkedIn connection requests sending. | Sellenium, Chrome web browser |
22+
2 | [**AutoWhatsapp**](https://github.com/fnplus/Python-scripts-collection/tree/master/AutoWhatsapp) | A program to spam messages to a WhatsApp contact any number of times | Selenium, Chrome web browser |
23+
3 | [**AutoLinkedIn**](https://github.com/fnplus/Python-scripts-collection/tree/master/AutoLinkedIn) | A program to automate the LinkedIn connection requests sending. | Selenium, Chrome web browser |
2424
4 | [**PDFDownloader**](https://github.com/fnplus/Python-scripts-collection/tree/master/PDFdownloader) | A program to download PDF files off the internet. | None |
2525
5 | [**FileMan**](https://github.com/fnplus/Python-scripts-collection/tree/master/FileMan) | A simple Command line tool to manipulate files and directories and perform repetitive tasks like creating multiple directories fast and easy. | None |
2626
6 | [**WebWordCounter**](https://github.com/fnplus/Python-scripts-collection/tree/master/WebWordCounter) | A simple script that counts how many times a word appears on a web page. | None |
2727
7 | [**FileDuplicateFinder**](https://github.com/fnplus/Python-scripts-collection/tree/master/FileDuplicateFinder) | A script that looks into all files under one or more directories and reports which are duplicates. | None |
2828
8 | [**ImageScraper**](https://github.com/fnplus/Python-scripts-collection/tree/master/ImageScraper) | A program to pull all the images from the given URL. | BeautifulSoup4 |
2929
9 | [**DateIterator**](https://github.com/fnplus/Python-scripts-collection/tree/master/DateIterator) | A simple script that prints out all the dates in a given year. | None |
30-
10 | [**WebsiteMonitor**](https://github.com/fnplus/Python-scripts-collection/tree/master/WebsiteMonitor) | Monitor a website for a seach term. When it shows up, send yourself an e-mail. | Requests
31-
11 | [**RevereLookup**]() | Takes an input list of ip addresses and does a reverse lookup for dns information and org information and writes to a csv file. | None |
30+
10 | [**WebsiteMonitor**](https://github.com/fnplus/Python-scripts-collection/tree/master/WebsiteMonitor) | Monitor a website for a searched term. When it shows up, send yourself an e-mail. | Requests
31+
11 | [**RevereLookup**]() | Takes an input list of IP addresses and does a reverse lookup for DNS information and org information and writes to a csv file. | None |
3232
12 | [**AutoScreenshot**](https://github.com/fnplus/Python-scripts-collection/tree/master/AutoScreenshot) | Automatically take a screenshot of the desktop and email it to yourself every x seconds | pyautogui, smtplib, ssl, email, getpass |
33-
13 | [**FileLocator**](https://github.com/fnplus/Python-scripts-collection/tree/master/FileLocator) | For given directory location find size and path of all files of a particular extension present in directory (including sub-directories). |
34-
14 | [**FindIPAddress**](https://github.com/fnplus/Python-scripts-collection/tree/master/FindIPAddress) | Find your host name and IP address. | None |
33+
13 | [**FileLocator**](https://github.com/fnplus/Python-scripts-collection/tree/master/FileLocator) | For given directory location finds the size and path of all files of a particular extension present in the directory (including sub-directories). |
34+
14 | [**FindIPAddress**](https://github.com/fnplus/Python-scripts-collection/tree/master/FindIPAddress) | Find your hostname and IP address. | None |
3535
15 | [**MostCommonEmail**](https://github.com/fnplus/Python-scripts-collection/tree/master/MostCommonEmail) | Seeking email that sent the most emails from email logs (text file) | None |
3636
16 | [**Renaming files of a folder**](https://github.com/fnplus/Python-scripts-collection/tree/master/Rename_files_of_a_folder) | Python script to rename files especially images in this example in a folder | None |
37-
17 | [**GraphicCalculator**](https://github.com/fnplus/Python-scripts-collection/tree/master/GraphicCalculator) | For given math function, constructs a graphic. | None |
38-
18 | [**Lorem Ipsum Generator**](https://github.com/fnplus/Python-scripts-collection/tree/master/Lorem%20Ipsum%20Generator) | Basically it generate new Lorem Ipsum text with paragraph wise that can be used as dummy text. | None |
37+
17 | [**GraphicCalculator**](https://github.com/fnplus/Python-scripts-collection/tree/master/GraphicCalculator) | For a given math function, constructs a graphic. | None |
38+
18 | [**Lorem Ipsum Generator**](https://github.com/fnplus/Python-scripts-collection/tree/master/Lorem%20Ipsum%20Generator) | Basically it generates new Lorem Ipsum text paragraph wise that can be used as dummy text. | None |
3939
19 | [**ImageSizeConvertor**](https://github.com/fnplus/Python-scripts-collection/tree/master/ImageSizeConvertor) | 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. | Python 3.5+,OpenCV 2 |
4040
20 | [**Instagram Liker**](https://github.com/fnplus/Python-scripts-collection/tree/master/Instagram%20Liker) | A script to log in to Instagram and Like as many pictures as you want from the top photos of a particular hashtag. | nltk, pandas, sklearn, Sellenium |
41-
21 | [**IntentionTextDiscover**](https://github.com/fnplus/Python-scripts-collection/tree/master/IntentionTextDiscover) | For given a text intention class based on bayes teorem. | None |
41+
21 | [**IntentionTextDiscover**](https://github.com/fnplus/Python-scripts-collection/tree/master/IntentionTextDiscover) | For given a text intention class based on Bayes theorem. | None |
4242
22 | [**E-Certificate Writer**](https://github.com/fnplus/Python-scripts-collection/tree/master/E-Certificate-Writer) | Useful for writing names of participants on E-Certificates using Python3. Returns the certificates in PDF format. | img2pdf==0.3.3, numpy==1.17.2, pandas==0.25.1, Pillow==6.2.0, python-dateutil==2.8.0, pytz==2019.3, six==1.12.0
4343
23 | [**YouTubeDownloader**](https://github.com/fnplus/Python-scripts-collection/tree/master/YouTubeDownloader) | You can download YouTube videos with the URLs provided. | pytube==9.5.3 |
4444
24 | [**SendEmail**](https://github.com/fnplus/Python-scripts-collection/tree/master/SendEmail) | Send email using Python. Prompts the user for their email address and sends to address input. Handles user's password securely using `getpass`. | None |
4545
25 | [**GenerateSyntheticCustomerDatabase**](https://github.com/fnplus/Python-scripts-collection/tree/master/GenerateSyntheticCustomerDatabase) | Generate a mock (synthetic) dataset of arbitrary length with 'customers'. This includes their names, credit card details and hashed passwords. This is all synthetic, so no data breach here! | mimesis, scipy, pandas, numpy |
4646
26 | [**CryptocurrencyPrices**](https://github.com/fnplus/Python-scripts-collection/tree/master/CryptocurrencyPrices) | Command line utility for getting price of cryptocurrency with python | re, requests, time, BeautifulSoup4 |
4747
27 | [**AutoCursorHover**](https://github.com/fnplus/Python-scripts-collection/tree/master/AutoCursorHover) | Python script for continues hover of the cursor to keep you online all the time | pyautogui package
48-
28 | [**ITBookDownloader**](https://github.com/disha2sinha/Python-scripts-collection/tree/master/ITBookDownLoader) | Python script for searching through and downloading PDF version of books from sites like [link](http://www.allitebooks.in/) multiple times | Selenium
48+
28 | [**ITBookDownloader**](https://github.com/disha2sinha/Python-scripts-collection/tree/master/ITBookDownLoader) | Python script for searching through and downloading PDF versions of books from sites like [link](http://www.allitebooks.in/) multiple times | Selenium
4949
29 | [**CoV-Updates-Emailer**](https://github.com/evi1haxor/CoVup.git) | Arrangements have been made so that the script would automatically trigger itself off every morning and send an email to all the subscribers regarding the latest CoV pandemic stats about their district (like active cases, confirmed cases, recovered cases and deceased cases). Read more about it in the README. | requests, json, smtplib, email, string
5050
30 | [**EC2-Instance-Launcher**](https://github.com/DiptoChakrabarty/Useful-Python-scripts-collection/blob/master/EC2-launcher/ec2.py) | Python script to automatically launch ec2 instances in AWS | boto3 , botocore , python-dotenv , environmental variables
51-
31 | [**DirectorySummarizer**](https://github.com/j0fiN/Useful-Python-scripts-collection/blob/master/DirectorySummarizer/directory_summarizer.py) | A Python script which summarizes the number of different files in a directory. It also gives out the percentage of a particular file extension you want to know. | None |
52-
31 | [**Folder-Automater**](https://github.com/decipher07/Useful-Python-scripts-collection/blob/master/Folder-Automater/automateall.py) | A Python script which compiles all the different formats of files present in the respective folder to a new folder containing only the Specified files . | None |
53-
32 | [**JSON-YAML**](https://github.com/decipher07/Useful-Python-scripts-collection/blob/master/JSON-YAML) | A Python script which converts JSON To YAML and Vice-Versa | JSON, YAML |
54-
33 | [**CSV_to_JSON**](https://github.com/TechBoyy6/Python-scripts-collection/tree/master/CSV_to_JSON) | A script that converts the csv file into json file. | None |
55-
34 | [**SMS-SENDER**](https://github.com/CopyrightC/Python-scripts-collection/blob/master/SMS_SENDER/main.py) | A python script that uses Tkinter and Twilio to send SMS. | twilio|
56-
35 | [**Password Validator**](https://github.com/Mannuel25/Python-scripts-collection/tree/master/Password%20Validator) | A script validates passwords to match specific rules. A valid password is one that conforms to some specific rules. | None |
57-
36 | [**RSA Communication**](https://github.com/fnplus/Python-scripts-collection/tree/master/RSA_Communication) | Independent Python script that allows RSA communication. | None |
51+
31 | [**DirectorySummarizer**](https://github.com/j0fiN/Useful-Python-scripts-collection/blob/master/DirectorySummarizer/directory_summarizer.py) | A Python script that summarizes the number of different files in a directory. It also gives out the percentage of a particular file extension you want to know. | None |
52+
32 | [**Folder-Automater**](https://github.com/decipher07/Useful-Python-scripts-collection/blob/master/Folder-Automater/automateall.py) | A Python script that compiles all the different formats of files present in the respective folder to a new folder containing only the Specified files. | None |
53+
33 | [**JSON-YAML**](https://github.com/decipher07/Useful-Python-scripts-collection/blob/master/JSON-YAML) | A Python script which converts JSON To YAML and Vice-Versa | JSON, YAML |
54+
34 | [**CSV_to_JSON**](https://github.com/TechBoyy6/Python-scripts-collection/tree/master/CSV_to_JSON) | A script that converts the csv file into json file. | None |
55+
35 | [**SMS-SENDER**](https://github.com/CopyrightC/Python-scripts-collection/blob/master/SMS_SENDER/main.py) | A python script that uses Tkinter and Twilio to send SMS. | twilio|
56+
36 | [**Password Validator**](https://github.com/Mannuel25/Python-scripts-collection/tree/master/Password%20Validator) | A script validates passwords to match specific rules. A valid password is one that conforms to some specific rules. | None |
57+
37 | [**RSA Communication**](https://github.com/fnplus/Python-scripts-collection/tree/master/RSA_Communication) | Independent Python script that allows RSA communication. | None |
58+

0 commit comments

Comments
 (0)