diff --git a/README.md b/README.md index 8799607..1a4a59f 100644 --- a/README.md +++ b/README.md @@ -8,40 +8,59 @@ Incase there is something that needs to be followed while executing the python s | 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. | +| AutoCert | https://github.com/DhanushNehru/Python-Scripts/tree/master/AutoCert | A Python script to auto generate e-certificates in bulk. +| Automated Emails | https://github.com/rohannsrivastav/Automating-Emails-on-a-.csv-file | Send out personalized emails by reading a csv file. | | | 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 | +| Compound Interest Calculator | https://github.com/DhanushNehru/Python-Scripts/tree/master/Calculate%20Compound%20Interest | Calculates compound interest. +|Crop_Images | https://github.com/DhanushNehru/Python-Scripts/tree/master/Crop_Images | This script will crop the given image. +| CSVToExcel | https://github.com/DhanushNehru/Python-Scripts/tree/master/CSVToExcel | Convert CSV file to Excel +| Currency Converter | https://github.com/DhanushNehru/Python-Scripts/tree/master/currency_script | Convert the currency to different currency +| Digital Clock | https://github.com/DhanushNehru/Python-Scripts/tree/master/Digital%20Clock | Script to preview a digital clock on the terminal +| Face Reaction | https://github.com/DhanushNehru/Python-Scripts/tree/master/Face%20Reaction | Recognize the Facila expression | 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. | +| 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 Compressor | https://github.com/DhanushNehru/Python-Scripts/tree/master/ImageCompress | Compresses Images +| IP-Geolocator | https://github.com/DhanushNehru/Python-Scripts/tree/master/IP-Geolocator | Locates the Geo Location of IP +| Image Manipulation without libraries | https://github.com/DhanushNehru/Python-Scripts/tree/master/Image%20Manipulation%20without%20libraries | Manipulate images without using any external libraries +| Image_Text to PDF | https://github.com/DhanushNehru/Python-Scripts/tree/master/Image_Text%20to%20PDF | Converts image to PDF +| Image-To-ASCII | https://github.com/DhanushNehru/Python-Scripts/tree/master/Image-To-ASCII | Converts image to ASCII code +| Image-To-GIF | https://github.com/DhanushNehru/Python-Scripts/tree/master/Image-to-gif | Converts image to GIF +| JSON-To-CSV | https://github.com/DhanushNehru/Python-Scripts/tree/master/Json_2_csv | Converts json to csv +| 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 | -| Noscreensaver | [Noscreensaver](https://github.com/DhanushNehru/Python-Scripts/tree/master/Noscreensaver) | Prevents screensaver while writing something to keep the PC engaged. | +| 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. +| Keyword Retweeter bot | https://github.com/DhanushNehru/Python-Scripts/tree/master/Keyword-retweet-twitter-bot | This bot will search for the Keywords on twitter and then retweet the latest tweets containing it. +| Mail Sender | https://github.com/DhanushNehru/Python-Scripts/tree/master/Mail%20Sender | Automatic sends mail +| Merge-Two-Images | https://github.com/DhanushNehru/Python-Scripts/tree/master/Merge-Two-Images | Merges two images as required- Horizontally or Vertically. +| Mouse mover | https://github.com/DhanushNehru/Python-Scripts/tree/master/MouseMover | Moves your mouse every 15 seconds +| Noscreensaver | [Noscreensaver](https://github.com/DhanushNehru/Python-Scripts/tree/master/Noscreensaver) | Prevents screensaver while writing something to keep the PC engaged. | | 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 +| Password Generator | https://github.com/DhanushNehru/Python-Scripts/tree/master/Password%20Generator | Generates a random password +| PDF-To-Audio | https://github.com/DhanushNehru/Python-Scripts/tree/master/PDF%20to%20Audio | Saves PDF file to audio +| Planet Simulation | https://github.com/DhanushNehru/Python-Scripts/tree/master/planetSimulation | Planet simulation game +| Remove Background | https://github.com/DhanushNehru/Python-Scripts/tree/master/Remove%20Background | This script removes bacckground of images. +| ROCK-PAPER-SCISSOR | https://github.com/DhanushNehru/Python-Scripts/tree/master/ROCK-PAPER-SCISSOR | A python game Rock Paper Scissor. +| Snake-Water-Gun | https://github.com/DhanushNehru/Python-Scripts/tree/master/Snake-Water-Gun | Snake water gun game +| 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 +| 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! +| Tic-Tac-Toe | https://github.com/DhanushNehru/Python-Scripts/tree/master/Tic-Tac-Toe | Tic-Tac-Toe game | Turtle Art & Patterns | [Turtle Art](https://github.com/DhanushNehru/Python-Scripts/tree/master/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 | +| Turtle Graphics | https://github.com/DhanushNehru/Python-Scripts/tree/master/Turtle%20Graphics | Code using turtle graphics +| selenium-twitter-bot | https://github.com/DhanushNehru/Python-Scripts/tree/master/Twitter-Selenium-Bot | Selenium based solution for creating a twitter bot +| Video Downloader | https://github.com/DhanushNehru/Python-Scripts/tree/master/Video%20Downloader | Download Videos from youtube to your local system +| Video Watermarker | https://github.com/DhanushNehru/Python-Scripts/tree/master/Video%20Watermarker |Add Watermark to your videos +| Virtual Painter | https://github.com/DhanushNehru/Python-Scripts/tree/master/Virtual_Painter | Virtual painter +| 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 | +| Weather Gui | https://github.com/DhanushNehru/Python-Scripts/tree/master/Weather%20GUI | Weather Gui +| Website Blocker | https://github.com/DhanushNehru/Python-Scripts/tree/master/Website%20Blocker/mac | blocks certain distracting website | 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](https://youtube.com) 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 -| Image to gif | https://github.com/DhanushNehru/Python-Scripts/tree/master/Image-to-gif | Generate gif from images + ### Project Contributors <a href="https://github.com/DhanushNehru/Python-Scripts/graphs/contributors"> <img src="https://contrib.rocks/image?repo=DhanushNehru/Python-Scripts" />