Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 23 additions & 77 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,84 +1,30 @@
This repository consists of a list of python scripts to automate few tasks.

You can contribute by adding more python scripts which can be used to automate things. Please refer the Contributions.MD. Some scripts already done are listed below.
You can contribute by adding more python scripts which can be used to automate things. Some of already done are listed below.
Incase you have anything to be followed while executing the python script mention it as well


# Python Scripts

## Script 1 - Turtle Graphics

Code using turtle graphics
TurtleGraphics.py

## Script 2 - Popup Window

Displaying a popup window
DisplayPopupWindow.py

## Script 3 - Take a break

Python code to take a break while working long hours
TakeABreak.py

## Script 4 - Chessboard

Create a chesboard using matplotlib
ChessBoard.py

## Script 5 - Font Art

Display a font art using python
FontArt.py

## Script 6 - Video Downloader

VideoDownloader.py

## Script 7 - Fake Profiles

Get many fake profiles using python
FakeProfile.py

## Script 8 - Digital Clock

DigitalClock.py

## Script 9 - Password Generator

Generate a random password
GeneratePassword.py

## Script 10 - Simple TCP Chat Server
server.py - Creates a local server on your LAN for receiving and sending messages!

## Script 11 - Wallpaper Changer
Automatically change home wallpaper adding a random quote and stock tickers on it

## Script 12 - Star Pattern
Create a star pattern pyramid

## Script 13 - Compound Interest Calculator
calculate compound interest calculateCompoundInterest.py

## Script 14 - Image Capture
Capture image from your webcam and save it on your local device.

## Script 15 - JSON to YAML converter
Converts JSON file to YAML files. A sample JSON is included for testing.

## Script 16 - AutoCert
A Python script to auto generate e-certificates in bulk.

## Script 17 - Mouse mover
Moves your mouse every 15 seconds

## Script 18 - Blackjack
BlackjackGame.py - Plus, let's get 21

## Script 19 - Website Cloner
Clone any website and open the site in your local IP

## Script 20 - OTP Verification
An OTP Verification Checker
OTPVerification.py
| Script | Link | Description |
| ---------------------------- | ------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------- |
| Turtle Graphics | https://github.com/DhanushNehru/Python-Scripts/tree/master/Turtle%20Graphics | Code using turtle graphics |
| Popup Window | https://github.com/DhanushNehru/Python-Scripts/tree/master/Display%20Popup%20Window | Displaying a popup window DisplayPopupWindow.py |
| 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 |
| Chessboard | https://github.com/DhanushNehru/Python-Scripts/tree/master/Chess%20Board | Create a chesboard using matplotlib ChessBoard.py |
| Font Art | https://github.com/DhanushNehru/Python-Scripts/tree/master/Font%20Art | Display a font art using python FontArt.py |
| Video Downloader | https://github.com/DhanushNehru/Python-Scripts/tree/master/Video%20Downloader | |
| Fake Profiles | https://github.com/DhanushNehru/Python-Scripts/tree/master/Fake%20Profile | Get many fake profiles using python FakeProfile.py |
| Digital Clock | https://github.com/DhanushNehru/Python-Scripts/tree/master/Digital%20Clock | |
| Password Generator | https://github.com/DhanushNehru/Python-Scripts/tree/master/Password%20Generator | Generate a random password |
| 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! |
| Wallpaper Changer | https://github.com/DhanushNehru/Python-Scripts/tree/master/Wallpaper%20Changer | Automatically change home wallpaper adding a random quote and stock tickers on it |
| Star Pattern | https://github.com/DhanushNehru/Python-Scripts/tree/master/Star%20Pattern | Create a star pattern pyramid |
| Compound Interest Calculator | https://github.com/DhanushNehru/Python-Scripts/tree/master/Calculate%20Compound%20Interest | calculate compound interest |
| Image Capture | https://github.com/DhanushNehru/Python-Scripts/tree/master/Image%20Capture | Capture image from your webcam and save it on your local device. |
| 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. |
| AutoCert | https://github.com/DhanushNehru/Python-Scripts/tree/master/AutoCert | A Python script to auto generate e-certificates in bulk. |
| Mouse mover | https://github.com/DhanushNehru/Python-Scripts/tree/master/MouseMover | Moves your mouse every 15 seconds |
| Blackjack | https://github.com/DhanushNehru/Python-Scripts/tree/master/Blackjack | BlackjackGame.py - Plus, let's get 21 |
| Website Cloner | https://github.com/DhanushNehru/Python-Scripts/tree/master/Website%20Cloner | Clone any website and open the site in your local IP |
| OTP Verification | https://github.com/DhanushNehru/Python-Scripts/tree/master/OTP%20%20Verify | An OTP Verification Checker OTPVerification.py |