Skip to content

A curated list of python scripts for automating your tasks

Notifications You must be signed in to change notification settings

nishantattrey07/Python-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

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

ScriptLinkDescription
AutoCerthttps://github.com/DhanushNehru/Python-Scripts/tree/master/AutoCertA Python script to auto generate e-certificates in bulk.
Automated Emailshttps://github.com/rohannsrivastav/Automating-Emails-on-a-.csv-fileSend out personalized emails by reading a csv file.
Blackjackhttps://github.com/DhanushNehru/Python-Scripts/tree/master/BlackjackBlackjackGame.py - Plus, let's get 21.
Chessboardhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Chess%20BoardCreate a chesboard using matplotlib ChessBoard.py
Compound Interest Calculatorhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Calculate%20Compound%20InterestCalculates compound interest.
Crop_Imageshttps://github.com/DhanushNehru/Python-Scripts/tree/master/Crop_ImagesThis script will crop the given image.
CSVToExcelhttps://github.com/DhanushNehru/Python-Scripts/tree/master/CSVToExcelConvert CSV file to Excel
Currency Converterhttps://github.com/DhanushNehru/Python-Scripts/tree/master/currency_scriptConvert the currency to different currency
Digital Clockhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Digital%20ClockScript to preview a digital clock on the terminal
Face Reactionhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Face%20ReactionRecognize the Facila expression
Fake Profileshttps://github.com/DhanushNehru/Python-Scripts/tree/master/Fake%20ProfileGet many fake profiles using python FakeProfile.py.
File Encryption Decryptionhttps://github.com/DhanushNehru/Python-Scripts/tree/master/File%20Encryption%20DecryptionEncrypts and Decrypts files using AES Algorithms for Security purposes.
Font Arthttps://github.com/DhanushNehru/Python-Scripts/tree/master/Font%20ArtDisplay a font art using python FontArt.py.
Get Hexcodes From Websiteshttps://github.com/BhagatHarsh/Python-Scripts/tree/master/Get%20Hexcodes%20From%20WebsitesGenerates a python list containing Hexcodes from website.
Image Capturehttps://github.com/DhanushNehru/Python-Scripts/tree/master/Image%20CaptureCapture image from your webcam and save it on your local device.
Image Compressorhttps://github.com/DhanushNehru/Python-Scripts/tree/master/ImageCompressCompresses Images
IP-Geolocatorhttps://github.com/DhanushNehru/Python-Scripts/tree/master/IP-GeolocatorLocates the Geo Location of IP
Image Manipulation without librarieshttps://github.com/DhanushNehru/Python-Scripts/tree/master/Image%20Manipulation%20without%20librariesManipulate images without using any external libraries
Image_Text to PDFhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Image_Text%20to%20PDFConverts image to PDF
Image-To-ASCIIhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Image-To-ASCIIConverts image to ASCII code
Image-To-GIFhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Image-to-gifConverts image to GIF
JSON-To-CSVhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Json_2_csvConverts json to csv
JSON-To-YAML converterhttps://github.com/DhanushNehru/Python-Scripts/tree/master/json_2_yamlConverts JSON file to YAML files. A sample JSON is included for testing.
Jokes generatorhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Jokes-generatorA script to generates jokes.
Keyloggerhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Keylogger.Keylogger that can track your keystrokes, clipboard text, take screenshots at regular intervals, and records audio.
Keyword Retweeter bothttps://github.com/DhanushNehru/Python-Scripts/tree/master/Keyword-retweet-twitter-botThis bot will search for the Keywords on twitter and then retweet the latest tweets containing it.
Mail Senderhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Mail%20SenderAutomatic sends mail
Merge-Two-Imageshttps://github.com/DhanushNehru/Python-Scripts/tree/master/Merge-Two-ImagesMerges two images as required- Horizontally or Vertically.
Mouse moverhttps://github.com/DhanushNehru/Python-Scripts/tree/master/MouseMoverMoves your mouse every 15 seconds
NoscreensaverNoscreensaverPrevents screensaver while writing something to keep the PC engaged.
OTP Verificationhttps://github.com/DhanushNehru/Python-Scripts/tree/master/OTP%20%20VerifyAn OTP Verification Checker OTPVerification.py
Password Generatorhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Password%20GeneratorGenerates a random password
PDF-To-Audiohttps://github.com/DhanushNehru/Python-Scripts/tree/master/PDF%20to%20AudioSaves PDF file to audio
Planet Simulationhttps://github.com/DhanushNehru/Python-Scripts/tree/master/planetSimulationPlanet simulation game
Remove Backgroundhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Remove%20BackgroundThis script removes bacckground of images.
ROCK-PAPER-SCISSORhttps://github.com/DhanushNehru/Python-Scripts/tree/master/ROCK-PAPER-SCISSORA python game Rock Paper Scissor.
Snake-Water-Gunhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Snake-Water-GunSnake water gun game
Star Patternhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Star%20PatternCreates a star pattern pyramid
Take a breakhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Take%20A%20BreakPython code to take a break while working long hours TakeABreak.py
TCP Chat Serverhttps://github.com/DhanushNehru/Python-Scripts/tree/master/TCP%20Chat%20ServerCreates a local server on your LAN for receiving and sending messages!
Tic-Tac-Toehttps://github.com/DhanushNehru/Python-Scripts/tree/master/Tic-Tac-ToeTic-Tac-Toe game
Turtle Art & PatternsTurtle ArtScripts to view turtle art also has prompt based ones
Turtle Graphicshttps://github.com/DhanushNehru/Python-Scripts/tree/master/Turtle%20GraphicsCode using turtle graphics
selenium-twitter-bothttps://github.com/DhanushNehru/Python-Scripts/tree/master/Twitter-Selenium-BotSelenium based solution for creating a twitter bot
Video Downloaderhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Video%20DownloaderDownload Videos from youtube to your local system
Video Watermarkerhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Video%20WatermarkerAdd Watermark to your videos
Virtual Painterhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Virtual_PainterVirtual painter
Wallpaper Changerhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Wallpaper%20ChangerAutomatically changes home wallpaper adding a random quote and stock tickers on it
Weather Guihttps://github.com/DhanushNehru/Python-Scripts/tree/master/Weather%20GUIWeather Gui
Website Blockerhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Website%20Blocker/macblocks certain distracting website
Website Clonerhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Website%20ClonerClones any website and opens the site in your local IP
Youtube Downloaderhttps://github.com/DhanushNehru/Python-Scripts/tree/master/Youtube%20DownloaderDownload any video from youtube in video or audio format!

Project 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

  • Python51.3%
  • CSS48.0%
  • Other0.7%