Skip to content

A curated list of python scripts for automating your tasks

License

NotificationsYou must be signed in to change notification settings

Mathdallas-code/Python-Scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents


Join Our DiscordSubscribe on YouTubeSubscribe to Newsletter

Python Scripts

This repository consists of a list of more than 60 Python scripts, primarily those which automate a specific task. Each folder contains one or more .py files and a README to explain what that specific Python script needs to run. These scripts are free to use as long as long as the original contributor is credited.

Contributing

We encourage contributions from the community to make this repository even more valuable. Whether you want to add a new Python script or enhance an existing one, we welcome your input. Here's how you can contribute:

Note: Please follow the maintainer of the repository for quick approval of the PR's via Twitter, Instagram, Youtube,

Adding a New Script

1. Create an issue: Start by creating an issue in this repository. Describe the new script you'd like to contribute, its purpose, and any specific features it will provide.

2. Fork the repository: Fork this repository to your own account to create a copy you can work on.

3. Create a Pull Request (PR): In your forked repository, develop the Python script and include a README file explaining how to use it. Ensure you credit the original contributor if you're building upon an existing script.

4. Update the List: If you're adding a new script, make sure to include it in the "List of Python Scripts" section below, providing a title, a link to the script's folder, and a brief description.

NOTE: Remember to close your issues once your PR has been merged! They can be reopened if needed.

More information on contributing and the general code of conduct for discussion and feedback in this repo can be found here: CONTRIBUTIONS.md

List of Scripts in Repo

ScriptLinkDescription
Arrange ItArrange ItA Python script that can automatically move files into corresponding folders based on their extensions.
Auto WiFi CheckAuto WiFi CheckA Python script to monitor if the WiFi connection is active or not
AutoCertAutoCertA Python script to auto-generate e-certificates in bulk.
Autocomplete Notes AppAutoCertA Python script to auto-generate e-certificates in bulk.
Automated EmailsAutomated EmailsA Python script to send out personalized emails by reading a CSV file.
Black Hat PythonBlack Hat PythonSource code from the book Black Hat Python
BlackjackBlackjackA game of Blackjack - let's get a 21.
ChessboardChessboardCreates a chessboard using matplotlib.
Compound Interest CalculatorCompound Interest CalculatorA Python script to calculate compound interest.
Countdown TimerCountdown TimerDisplays a message when the Input time elapses.
Convert TemperatureConvert TemperatureA python script to convert temperature between Fahreheit, Celsius and Kelvin
Crop ImagesCrop ImagesA Python script to crop a given image.
CSV to ExcelCSV to ExcelA Python script to convert a CSV to an Excel file.
Currency ScriptCurrency ScriptA Python script to convert the currency of one country to that of another.
Digital ClockDigital ClockA Python script to preview a digital clock in the terminal.
Display Popup WindowDisplay Popup WindowA Python script to preview a GUI interface to the user.
Distance CalculatorDistance CalculatorA Python script to calculate the distance between two points.
Duplicate FinderDuplicate FinderThe script identifies duplicate files by MD5 hash and allows deletion or relocation.
EmojiEmojiThe script generates a PDF with an emoji using a custom TrueType font.
Emoji to PDFEmoji to PDFA Python Script to view Emoji in PDF.
Expense TrackerExpense TrackerA Python script which can track expenses.
Face ReactionFace ReactionA script which attempts to detect facial expressions.
Fake ProfilesFake ProfilesCreates fake profiles.
File Encryption DecryptionFile Encryption DecryptionEncrypts and Decrypts files using AES Algorithms for Security purposes.
File SearchFile_searchA python script that searches a specified folder for all files, regardless of file type, within its directory and subdirectories.
Font ArtFont ArtDisplays a font art using Python.
File OrganizerFileOrganizerOrganizes files into different folders according to their file type
File RenamerFileRenamerBulk renames files with the same start/end
File Text SearchFileTextSearchSearches for a keyword/phrase accross different files
Freelance Helper Programfreelance-helperTakes an Excel file with working hours and calculates the payment.
Get Hexcodes From WebsitesGet Hexcodes From WebsitesGenerates a Python list containing Hexcodes from a website.
Hand_VolumeHand_VolumeDetects and tracks hand movements to control volume.
Hangman GameHangmanA classic word-guessing game where players guess letters to find the hidden word
Harvest PredictorHarvest PredictorTakes some necessary input parameters and predicts harvest according to it.
Html-to-imageshtml-to-imagesConverts HTML documents to image files.
Image CaptureImage CaptureCaptures image from your webcam and saves it on your local device.
Image CompressImage CompressTakes an image and compresses it.
Image Manipulation without librariesImage Manipulation without librariesManipulates images without using any external libraries.
Image TextImage TextExtracts text from the image.
Image Text to PDFImage Text to PDFAdds an image and text to a PDF.
Image UploaderImage UploaderUploads images to Imgur using a keyboard shortcut.
Image WatermarkerImage WatermarkerAdds a watermark to an image.
Image to ASCIIImage to ASCIIConverts an image into ASCII art.
Image to GifImage to GifGenerate gif from images.
Images to WebP Converter[Images to WebP Converter] (https://.com/DhanushNehru/Python-Scripts/tree/master/Images%20to%20WebP%20Converter)Converts images to WebP vie cmd or GUI
Interactive DictionaryInteractive Dictionaryfinding out meanings of words
IP GeolocatorIP GeolocatorUses an IP address to geolocate a location on Earth.
Jokes GeneratorJokes generatorGenerates jokes.
JSON to CSV 1JSON to CSV 1Converts JSON to CSV files.
JSON to CSV 2JSON to CSV 2Converts a JSON file to a CSV file.
JSON to CSV converterJSON to CSV converterConverts JSON file to CSV files. It can convert nested JSON files as well. A sample JSON is included for testing.
JSON to YAML converterJSON to YAML converterConverts JSON file to YAML files. A sample JSON is included for testing.
KeyloggerKeyloggerKeylogger that can track your keystrokes, clipboard text, take screenshots at regular intervals, and records audio.
Keyword - RetweetingKeyword - RetweetingFind the latest tweets containing given keywords and then retweet them.
LinkedIn BotLinkedIn BotAutomates the process of searching for public profiles on LinkedIn and exporting the data to an Excel sheet.
Longitude & Latitude to conical coverterLongitude Latitude conical converterConverts Longitude and Latitude to Lambert conformal conic projection.
Mail SenderMail SenderSends an email.
Merge Two ImagesMerge Two ImagesMerges two images horizontally or vertically.
Mood based youtube song generatorMood based youtube song generatorThis Python script fetches a random song from YouTube based on your mood input and opens it in your default web browser.
Mouse moverMouse moverMoves your mouse every 15 seconds.
Morse CodeMose CodeEncodes and decodes Morse code.
No ScreensaverNo ScreensaverPrevents screensaver from turning on.
OTP VerificationOTP VerificationAn OTP Verification Checker.
Password GeneratorPassword GeneratorGenerates a random password.
Password ManagerPassword ManagerGenerate and interact with a password manager.
Password Strength CheckerPassword Strength CheckerEvaluates how strong a given password is.
PDF MergerPDF MergerMerges multiple PDF files into a single PDF, with options for output location and custom order.
PDF to AudioPDF to AudioConverts PDF to audio.
PDF to TextPDF to textConverts PDF to text.
PDF merger and splitterPDF Merger and SplitterCreate a tool that can merge multiple PDF files into one or split a single PDF into separate pages.
Planet SimulationPlanet SimulationA simulation of several planets rotating around the sun.
Playlist ExchangePlaylist ExchangeA Python script to exchange songs and playlists between and Python.
Pigeonhole SortAlgorithmThe pigeonhole sort algorithm to sort your arrays efficiently!
PNG TO JPG CONVERTORPNG-To-JPGA PNG TO JPG IMAGE CONVERTOR.
Pomodoro TimerPomodoro TimerA Pomodoro timer
Python GUI NotepadPython GUI NotepadA Python-based GUI Notepad with essential features like saving, opening, editing text files, basic formatting, and a simple user interface for quick note-taking.
QR Code GeneratorQR Code GeneratorThis is generate a QR code from the provided link
QR Code ScannerQR Code ScannerHelps in Sacanning the QR code in form of PNG or JPG just by running the python script.
QR Code with logoQR code with LogoQR Code Customization Feature
Random Color GeneratorRandom Color GeneratorA random color generator that will show you the color and values!
Remove BackgroundRemove BackgroundRemoves the background of images.
Road-Lane-DetectionRoad-Lane-DetectionDetects the lanes of the road
Rock Paper Scissor 1Rock Paper Scissor 1A game of Rock Paper Scissors.
Rock Paper Scissor 2Rock Paper Scissor 2A new version game of Rock Paper Scissors.
Run Then NotifyRun Then NotifyRuns a slow command and emails you when it completes execution.
Selfie with PythonSelfie with PythonTake your selfie with python .
Simple DDOSSimple DDOSThe code allows you to send multiple HTTP requests concurrently for a specified duration.
Simple TCP Chat ServerSimple TCP Chat ServerCreates a local server on your LAN for receiving and sending messages!
Smart Attendance SystemSmart Attendance SystemThis OpenCV framework is for Smart Attendance by actively decoding a student's QR Code.
Snake Water GunSnake Water GunA game similar to Rock Paper Scissors.
SortingSortingAlgorithm for bubble sorting.
Star PatternStar PatternCreates a star pattern pyramid.
Subnetting CalculatorSubnetting CalculatorCalculates network information based on a given IP address and subnet mask.
Take a breakTake a breakPython code to take a break while working long hours.
Text RecognitionText RecognitionA Image Text Recognition ML Model to extract text from Images
Text to ImageText to ImageA Python script that will take your text and convert it to a JPEG.
Tic Tac Toe 1Tic Tac Toe 1A game of Tic Tac Toe.
Tik Tac Toe 2Tik Tac Toe 2A game of Tik Tac Toe.
Turtle Art & PatternsTurtle ArtScripts to view turtle art also have prompt-based ones.
Turtle GraphicsTurtle GraphicsCode using turtle graphics.
Twitter Selenium BotTwitter Selenium BotA bot that can interact with Twitter in a variety of ways.
Umbrella ReminderUmbrella ReminderA reminder for umbrellas.
URL ShortenerURL ShortenerA URL shortener code compresses long URLs into shorter, more manageable links
Video DownloaderVideo DownloaderDownload Videos from youtube to your local system.
Video WatermarkerVideo WatermarkerAdds watermark to any video of your choice.
Virtual PainterVirtual PainterVirtual painting application.
Wallpaper ChangerWallpaper ChangerAutomatically changes home wallpaper, adding a random quote and stock tickers on it.
Weather GUIWeather GUIDisplays information on the weather.
Website BlockerWebsite BlockerDownloads the website and loads it on your homepage in your local IP.
Website ClonerWebsite ClonerClones any website and opens the site in your local IP.
Web ScraperWeb ScraperA Python script that scrapes blog titles from Python.org and saves them to a file.
Weight ConverterWeight ConverterSimple GUI script to convert weight in different measurement units.
Wikipedia Data ExtractorWikipedia Data ExtractorA simple Wikipedia data extractor script to get output in your IDE.
Word to PDFWord to PDFA Python script to convert an MS Word file to a PDF file.
Youtube DownloaderYoutube DownloaderDownloads any video from YouTube in video or audio format!
Youtube Playlist Info ScraperYoutube Playlist Info ScraperThis python module retrieve information about a YouTube playlist in json format using playlist link.

Gitpod

Use the cloud-free development environment where you can directly start coding.

You can use Gitpod in the cloud Gitpod Ready-to-Code

Wall of Contributors


If you liked this repository, support it by starring ⭐

Thank You for being here :)

About

A curated list of python scripts for automating your tasks

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.3%
  • CSS 16.2%
  • Jupyter Notebook 9.5%
  • Other 1.0%