From f11b39b3fde2f51061fd8bdb90409ec63b5d634d Mon Sep 17 00:00:00 2001
From: aarjav24 <68058926+aarjav24@users.noreply.github.com>
Date: Tue, 4 Oct 2022 11:29:24 +0400
Subject: [PATCH 1/5] Add table of scripts with links and descriptions
---
README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/README.md b/README.md
index 1b05f4b4..4be89177 100644
--- a/README.md
+++ b/README.md
@@ -43,3 +43,52 @@ FakeProfile.py
## Script 8 - Digital Clock
DigitalClock.py
+
+
+
\ No newline at end of file
From 3532019ade151675d631230e078d3f85d6351433 Mon Sep 17 00:00:00 2001
From: aarjav24 <68058926+aarjav24@users.noreply.github.com>
Date: Tue, 4 Oct 2022 11:30:04 +0400
Subject: [PATCH 2/5] Remove redundant headings
---
README.md | 39 ---------------------------------------
1 file changed, 39 deletions(-)
diff --git a/README.md b/README.md
index 4be89177..d0654953 100644
--- a/README.md
+++ b/README.md
@@ -6,45 +6,6 @@ Incase you have anything to be followed while executing the python script mentio
# 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 |
From 39deba09c523cf72f1a09bdf639f73ba46ceb75b Mon Sep 17 00:00:00 2001
From: aarjav24 <68058926+aarjav24@users.noreply.github.com>
Date: Wed, 5 Oct 2022 12:25:07 +0400
Subject: [PATCH 3/5] Fix: correct links to folders of each script
---
README.md | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 61c3cca0..15512dbd 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
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
@@ -14,42 +14,42 @@ Incase you have anything to be followed while executing the python script mentio
| Turtle Graphics |
- TurtleGraphics.py |
+ TurtleGraphics.py |
Code using turtle graphics |
| Popup Window |
- DisplayPopupWindow.py |
+ DisplayPopupWindow.py |
Displaying a popup window |
| Take a break |
- TakeABreak.py |
+ TakeABreak.py |
Python code to take a break while working long hours |
| Chessboard |
- ChessBoard.py |
+ ChessBoard.py |
Create a chesboard using matplotlib |
| Font Art |
- FontArt.py |
+ FontArt.py |
Display a font art |
| Video Downloader |
- VideoDownloader.py |
+ VideoDownloader.py |
- |
| Fake Profiles |
- TurtleGraphics.py |
+ TurtleGraphics.py |
Get many fake profiles |
| Digital Clock |
- DigitalClock.py |
+ DigitalClock.py |
- |
-
+
\ No newline at end of file
From 6c4bf72fba5c1d88ab351c75c99d6c5e47dfc1e8 Mon Sep 17 00:00:00 2001
From: aarjav24 <68058926+aarjav24@users.noreply.github.com>
Date: Wed, 5 Oct 2022 12:47:13 +0400
Subject: [PATCH 4/5] Convert html table to markdown
---
README.md | 69 ++++++++++++++++++-------------------------------------
1 file changed, 22 insertions(+), 47 deletions(-)
diff --git a/README.md b/README.md
index 15512dbd..6779306c 100644
--- a/README.md
+++ b/README.md
@@ -6,50 +6,25 @@ Incase you have anything to be followed while executing the python script mentio
# Python Scripts
-
\ No newline at end of file
+| 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 |
From 1344c9d97a3b0bf83e1174f0562d566f82f7bb63 Mon Sep 17 00:00:00 2001
From: Aarjav <68058926+aarjavpatni@users.noreply.github.com>
Date: Wed, 5 Oct 2022 12:49:08 +0400
Subject: [PATCH 5/5] Remove extra whitespace in otp verification link
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6779306c..de593f44 100644
--- a/README.md
+++ b/README.md
@@ -27,4 +27,4 @@ Incase you have anything to be followed while executing the python script mentio
| 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 |
+| OTP Verification | https://github.com/DhanushNehru/Python-Scripts/tree/master/OTP%20%20Verify | An OTP Verification Checker OTPVerification.py |