/Python-Scripts

A curated list of python scripts for automating your tasks

Primary LanguagePython

This repository consists of a list of python scripts to automate a few tasks.

You can contribute by adding more python scripts which can be used to automate things. Some of already added ones are listed below. Incase there is something that needs to be followed while executing the python script mention it as well.

Python Scripts

Script Link Description
Automated Emails https://github.com/rohannsrivastav/Automating-Emails-on-a-.csv-file Send out personalized emails by reading a csv file.
AutoCert https://github.com/DhanushNehru/Python-Scripts/tree/master/AutoCert A Python script to auto generate e-certificates in bulk.
Blackjack https://github.com/DhanushNehru/Python-Scripts/tree/master/Blackjack BlackjackGame.py - Plus, let's get 21.
Chessboard https://github.com/DhanushNehru/Python-Scripts/tree/master/Chess%20Board Create a chesboard using matplotlib ChessBoard.py
Compound Interest Calculator https://github.com/DhanushNehru/Python-Scripts/tree/master/Calculate%20Compound%20Interest Calculates compound interest.
Digital Clock https://github.com/DhanushNehru/Python-Scripts/tree/master/Digital%20Clock Script to preview a digital clock on the terminal
Fake Profiles https://github.com/DhanushNehru/Python-Scripts/tree/master/Fake%20Profile Get many fake profiles using python FakeProfile.py.
File Encryption Decryption https://github.com/DhanushNehru/Python-Scripts/tree/master/File%20Encryption%20Decryption Encrypts and Decrypts files using AES Algorithms for Security purposes.
Font Art https://github.com/DhanushNehru/Python-Scripts/tree/master/Font%20Art Display a font art using python FontArt.py.
Get Hexcodes From Websites https://github.com/BhagatHarsh/Python-Scripts/tree/master/Get%20Hexcodes%20From%20Websites Generates a python list containing Hexcodes from website.
Image Capture https://github.com/DhanushNehru/Python-Scripts/tree/master/Image%20Capture Capture image from your webcam and save it on your local device.
Image Manipulation without libraries https://github.com/DhanushNehru/Python-Scripts/tree/master/Image%20Manipulation%20without%20libraries Manipulate images without using any external libraries
JSON to YAML converter https://github.com/DhanushNehru/Python-Scripts/tree/master/json_2_yaml Converts JSON file to YAML files. A sample JSON is included for testing.
Jokes generator https://github.com/DhanushNehru/Python-Scripts/tree/master/Jokes-generator A script to generates jokes.
Keylogger https://github.com/DhanushNehru/Python-Scripts/tree/master/Keylogger. Keylogger that can track your keystrokes, clipboard text, take screenshots at regular intervals, and records audio.
Mouse mover https://github.com/DhanushNehru/Python-Scripts/tree/master/MouseMover Moves your mouse every 15 seconds
OTP Verification https://github.com/DhanushNehru/Python-Scripts/tree/master/OTP%20%20Verify An OTP Verification Checker OTPVerification.py
Password Generator https://github.com/DhanushNehru/Python-Scripts/tree/master/Password%20Generator Generates a random password
Popup Window https://github.com/DhanushNehru/Python-Scripts/tree/master/Display%20Popup%20Window Displaying a popup window DisplayPopupWindow.py
ROCK-PAPER-SCISSOR https://github.com/DhanushNehru/Python-Scripts/tree/master/ROCK-PAPER-SCISSOR A python game Rock Paper Scissor.
Simple TCP Chat Server https://github.com/DhanushNehru/Python-Scripts/tree/master/TCP%20Chat%20Server Creates a local server on your LAN for receiving and sending messages!
Star Pattern https://github.com/DhanushNehru/Python-Scripts/tree/master/Star%20Pattern Creates a star pattern pyramid
Take a break https://github.com/DhanushNehru/Python-Scripts/tree/master/Take%20A%20Break Python code to take a break while working long hours TakeABreak.py
Turtle Art & Patterns Turtle Art Scripts to view turtle art also has prompt based ones
Turtle Graphics https://github.com/DhanushNehru/Python-Scripts/tree/master/Turtle%20Graphics Code using turtle graphics
Video Downloader https://github.com/DhanushNehru/Python-Scripts/tree/master/Video%20Downloader Download Videos from youtube to your local system
Wallpaper Changer https://github.com/DhanushNehru/Python-Scripts/tree/master/Wallpaper%20Changer Automatically changes home wallpaper adding a random quote and stock tickers on it
Website Cloner https://github.com/DhanushNehru/Python-Scripts/tree/master/Website%20Cloner Clones any website and opens the site in your local IP
Youtube Downloader https://github.com/DhanushNehru/Python-Scripts/tree/master/Youtube%20Downloader Download any video from youtube in video or audio format!
Keyword - Retweeting https://github.com/DhanushNehru/Python-Scripts/tree/master/Keyword-retweet-twitter-bot Find latest tweets containing given keywords and then retweet them
Video Watermarker https://github.com/DhanushNehru/Python-Scripts/tree/master/Video%20Watermarker/VideoWatermarker.py Adds watermark to any video of your choice with ea
currency_script https://github.com/DhanushNehru/Python-Scripts/tree/master/currency_script Currency converter

Project Contributors