Skip to content

A curated list of python scripts for automating your tasks

Notifications You must be signed in to change notification settings

TheRealSaiTama/Python-Script

 
 

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

Script Link Description
Arrange It Arrange It A Python script which can automatically move files into corresponding folders based on their extensions.
AutoCert AutoCert A Python script to auto generate e-certificates in bulk.
Automated Emails Automated Emails A Python script to send out personalised emails by reading a CSV file.
Blackjack Blackjack A game of Blackjack - let's get a 21.
Chessboard Chessboard Creates a chesboard using matplotlib.
Compound Interest Calculator Compound Interest Calculator A Python script to calculate compound interest.
Countdown Timer Countdown Timer Displays a message when the Input time elapses.
Crop Images Crop Images A Python script to crop a given image.
CSV to Excel CSV to Excel A Python script to convert a CSV to an Excel file.
Currency Script Currency Script A Python script to convert the currency of one country to that of another.
Digital Clock Digital Clock A Python script to preview a digital clock in the terminal.
Face Reaction Face Reaction A script which attempts to detect facial expressions.
Fake Profiles Fake Profiles Create fake profiles.
File Encryption Decryption File Encryption Decryption Encrypts and Decrypts files using AES Algorithms for Security purposes.
Font Art Font Art Display a font art using python.
Get Hexcodes From Websites Get Hexcodes From Websites Generates a python list containing Hexcodes from website.
Image Capture Image Capture Captures image from your webcam and saves it on your local device.
Image Compress Image Compress Takes an image and compresses it.
Image Manipulation without libraries Image Manipulation without libraries Manipulate images without using any external libraries.
Image Text to PDF Image Text to PDF Adds an image and text to a PDF.
Image Text Image Text A Python script to extracts text from the image.
Image to ASCII Image to ASCII Converts an image into ASCII art.
Image to Gif Image to Gif Generate gif from images.
IP Geolocator IP Geolocator Takes IP address to geolocate a location on Earth.
Jokes generator Jokes generator A script that generates jokes.
JSON to CSV 1 JSON to CSV Convert JSON to CSV files.
JSON to CSV 2 JSON to CSV Converts a JSON file to a CSV file.
JSON to YAML converter JSON to YAML converter Converts JSON file to YAML files. A sample JSON is included for testing.
Keylogger Keylogger Keylogger that can track your keystrokes, clipboard text, take screenshots at regular intervals, and records audio.
Keyword - Retweeting Keyword - Retweeting Find latest tweets containing given keywords and then retweet them.
Mail Sender Mail Sender Sends an email.
Merge Two Images Merge Two Images Merges two images horizontally or vertically.
Mouse mover Mouse mover Moves your mouse every 15 seconds.
No Screensaver No Screensaver Prevents screensaver from turning on.
OTP Verification OTP Verification An OTP Verification Checker.
Password Generator Password Generator Generates a random password.
Password Manager Password Manager Generate and interact with a password manager.
PDF to Audio PDF to Audio Converts PDF to audio.
Planet Simulation Planet Simulation A simulation of several planets rotating around the sun.
Popup Window Popup Window Displays a popup window.
Remove Background Remove Background Removes the background of images.
ROCK-PAPER-SCISSOR ROCK-PAPER-SCISSOR A game of Rock Paper Scissors.
Simple TCP Chat Server Simple TCP Chat Server Creates a local server on your LAN for receiving and sending messages!
Snake Water Gun Snake Water Gun A game similar to Rock Paper Scissors.
Star Pattern Star Pattern Creates a star pattern pyramid.
Take a break Take a break Python code to take a break while working long hours.
Text to Image Text to Image A Python script that will take your text and convert it to a JPEG.
Tic Tac Toe 1 Tic Tac Toe A game of Tic Tac Toe.
Tik Tac Toe 2 Tik Tac Toe A game of Tik Tac Toe.
Turtle Art & Patterns Turtle Art Scripts to view turtle art also has prompt based ones.
Turtle Graphics Turtle Graphics Code using turtle graphics.
Twitter Selenium Bot Twitter Selenium Bot A bot that can interact with Twitter in a variety of ways.
Umbrella Reminder Umbrella Reminder A reminder for umbrellas.
Video Downloader Video Downloader Download Videos from youtube to your local system.
Video Watermarker Video Watermarker Adds watermark to any video of your choice.
Virtual Painter Virtual Painter Virtual painting application.
Wallpaper Changer Wallpaper Changer Automatically changes home wallpaper adding a random quote and stock tickers on it.
Weather GUI Weather GUI Displays information on the weather.
Website Blocker Website Blocker Downloads the website and loads it on your homepage in your local IP.
Website Cloner Website Cloner Clones any website and opens the site in your local IP.
Weight Coverter Weight Converter Simple GUI script to convert weight in different measurement units.
Wikipedia Data Extractor Wikipedia Data Extractor A simple Wikipedia data extractor script to get output in your IDE.
Youtube Downloader Youtube Downloader Download 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

  • Python 57.9%
  • CSS 37.3%
  • Jupyter Notebook 2.5%
  • HTML 2.3%