Skip to content

A curated list of python scripts for automating your tasks

Notifications You must be signed in to change notification settings

Manithj/Python-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

Table of Contents

  1. Python Scripts
  2. Contributing
  3. List of Scripts in Repo
  4. Wall of Contributors

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

For new Python scripts, first create an Issue listing the script you would like to contribute to the repo. Then fork the repository and create a Pull Request which contains a README describing the script along with listing any prequisites it would need, the python file(s) themselves, and any additional files the script(s) may need. Additionally, the script should be alphabetically added to this README in the List of Scripts in Repo section below, providing a title, a link to the folder in the github, and a brief description of what the script does.

For editing existing scripts, first create an Issue listing any problems or additions for a given script and wait for others to give input on your proposed changes. After discussion, create a pull request that also links to the issue that contains your changes, updating the List of Scripts in Repo if need be.

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 which can automatically move files into corresponding folders based on their extensions.
AutoCertAutoCertA Python script to auto generate e-certificates in bulk.
Automated EmailsAutomated EmailsA Python script to send out personalised emails by reading a CSV file.
BlackjackBlackjackA game of Blackjack - let's get a 21.
ChessboardChessboardCreates a chesboard using matplotlib.
Compound Interest CalculatorCompound Interest CalculatorA Python script to calculate compound interest.
Countdown TimerCountdown TimerDisplays a message when the Input time elapses.
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.
Face ReactionFace ReactionA script which attempts to detect facial expressions.
Fake ProfilesFake ProfilesCreate fake profiles.
File Encryption DecryptionFile Encryption DecryptionEncrypts and Decrypts files using AES Algorithms for Security purposes.
Font ArtFont ArtDisplay a font art using python.
Get Hexcodes From WebsitesGet Hexcodes From WebsitesGenerates a python list containing Hexcodes from website.
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 librariesManipulate images without using any external libraries.
Image Text to PDFImage Text to PDFAdds an image and text to a PDF.
Image TextImage TextA Python script to extracts text from the image.
Image to ASCIIImage to ASCIIConverts an image into ASCII art.
Image to GifImage to GifGenerate gif from images.
IP GeolocatorIP GeolocatorTakes IP address to geolocate a location on Earth.
Jokes generatorJokes generatorA script that generates jokes.
JSON to CSV 1JSON to CSVConvert JSON to CSV files.
JSON to CSV 2JSON to CSVConverts a JSON file to a CSV file.
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 latest tweets containing given keywords and then retweet them.
Mail SenderMail SenderSends an email.
Merge Two ImagesMerge Two ImagesMerges two images horizontally or vertically.
Mouse moverMouse moverMoves your mouse every 15 seconds.
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.
PDF to AudioPDF to AudioConverts PDF to audio.
Planet SimulationPlanet SimulationA simulation of several planets rotating around the sun.
Popup WindowPopup WindowDisplays a popup window.
Remove BackgroundRemove BackgroundRemoves the background of images.
ROCK-PAPER-SCISSORROCK-PAPER-SCISSORA game of Rock Paper Scissors.
Simple TCP Chat ServerSimple TCP Chat ServerCreates a local server on your LAN for receiving and sending messages!
Snake Water GunSnake Water GunA game similar to Rock Paper Scissors.
Star PatternStar PatternCreates a star pattern pyramid.
Take a breakTake a breakPython code to take a break while working long hours.
Text to ImageText to ImageA Python script that will take your text and convert it to a JPEG.
Tic Tac Toe 1Tic Tac ToeA game of Tic Tac Toe.
Tik Tac Toe 2Tik Tac ToeA game of Tik Tac Toe.
Turtle Art & PatternsTurtle ArtScripts to view turtle art also has 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.
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.
Weight CoverterWeight 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.
Youtube DownloaderYoutube DownloaderDownload any video from YouTube in video or audio format!

Wall of Contributors

About

A curated list of python scripts for automating your tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python60.2%
  • CSS39.3%
  • Other0.5%