Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This is a collection of short Python scripts to solve and automate tasks and simplify any work.

NotificationsYou must be signed in to change notification settings

GerryClark/Useful-Python-scripts-collection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a collection of short Python scripts to solve and automate tasks and simplify any work.

How to contribute:

  1. Fork and clone this repo.
  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.
  3. Push your code to the master branch.
  4. Write a short description of your script and mention the dependencies in the README.md file.

⭐ Contribute as much as you can to spread your love towards Python ❤️

Python scripts:

Requirements:

Python 3.5+
Sr. No.Folder NameDescriptionRequirements(if any)
1GeneratePasswordA program to generate random passwordsNone
2AutoWhatsappA program to spam messages to a whatsapp contact any number of timesSellenium, Chrome web browser
3AutoLinkedInA program to automate the LinkedIn connection requests sending.Sellenium, Chrome web browser
4PDFDownloaderA program to download PDF files off the internet.None
5FileManA simple Command line tool to manipulate files and directories and perform repetitive tasks like creating multiple directories fast and easy.None
6WebWordCounterA simple script that counts how many times a word appears on a web page.None
7FileDuplicateFinderA script that looks into all files under one or more directories and reports which are duplicates.None
8ImageScraperA program to pull all the images from the given URL.BeautifulSoup4
9DateIteratorA simple script that prints out all the dates in a given year.None
10WebsiteMonitorMonitor a website for a seach term. When it shows up, send yourself an e-mail.Requests
11RevereLookupTakes an input list of ip addresses and does a reverse lookup for dns information and org information and writes to a csv file.None
12AutoScreenshotAutomatically take a screenshot of the desktop and email it to yourself every x secondspyautogui, smtplib, ssl, email, getpass
13FileLocatorFor given directory location find size and path of all files of a particular extension present in directory (including sub-directories).
14FindIPAddressFind your host name and IP address.None
15MostCommonEmailSeeking email that sent the most emails from email logs (text file)None
16Renaming files of a folderPython script to rename files especially images in this example in a folderNone
17GraphicCalculatorFor given math function, constructs a graphic.None
18Lorem Ipsum GeneratorBasically it generate new Lorem Ipsum text with paragraph wise that can be used as dummy text.None
19ImageSizeConvertorA 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
20Instagram LikerA 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
21IntentionTextDiscoverFor given a text intention class based on bayes teorem.None
22E-Certificate WriterUseful 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
23YouTubeDownloaderYou can download YouTube videos with the URLs provided.pytube==9.5.3
24SendEmailSend email using Python. Prompts the user for their email address and sends to address input. Handles user's password securely usinggetpass.None
25GenerateSyntheticCustomerDatabaseGenerate 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
26CryptocurrencyPricesCommand line utility for getting price of cryptocurrency with pythonre, requests, time, BeautifulSoup4
27AutoCursorHoverPython script for continues hover of the cursor to keep you online all the timepyautogui package
28ITBookDownloaderPython script for searching through and downloading PDF version of books from sites likelink multiple timesSelenium
29CoV-Updates-EmailerArrangements 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

About

This is a collection of short Python scripts to solve and automate tasks and simplify any work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python100.0%

[8]ページ先頭

©2009-2025 Movatter.jp