Skip to content

Update README.md #453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ More information on contributing and the general code of conduct for discussion
| Images to WebP Converter | [Images to WebP Converter](https://github.com/DhanushNehru/Python-Scripts/tree/main/Images%20to%20WebP%20Converter) | Converts images to WebP vie cmd or GUI |
| Interactive Dictionary | [Interactive Dictionary](https://github.com/DhanushNehru/Python-Scripts/tree/main/Image%20InteractiveDictionary) | finding out meanings of words |
| IP Geolocator | [IP Geolocator](https://github.com/DhanushNehru/Python-Scripts/tree/main/IP%20Geolocator) | Uses an IP address to geolocate a location on Earth. |
| Jokes Generator | [Jokes generator](https://github.com/DhanushNehru/Python-Scripts/tree/main/Jokes%20Generator) | Generates jokes. |
| Jokes Generator | [Jokes generator](https://github.com/DhanushNehru/Python-Scripts/tree/main/Jokes%20Generator) | Generates jokes.
Copy link
Preview

Copilot AI Jul 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are trailing spaces at the end of this line. These should be removed to maintain clean formatting.

Suggested change
| Jokes Generator | [Jokes generator](https://github.com/DhanushNehru/Python-Scripts/tree/main/Jokes%20Generator) | Generates jokes.
| Jokes Generator | [Jokes generator](https://github.com/DhanushNehru/Python-Scripts/tree/main/Jokes%20Generator) | Generates jokes.

Copilot uses AI. Check for mistakes.

| JPG to PNG convertor | [JPG to PNG convertor](https://github.com/DhanushNehru/Python-Scripts/pull/437/commits/bc6a1177eeb8a76c57196e906418e30806c8b665)
Copy link
Preview

Copilot AI Jul 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entry is missing the description column that other entries have. The table should maintain consistent formatting with all three columns: name, link, and description.

Suggested change
| JPG to PNG convertor | [JPG to PNG convertor](https://github.com/DhanushNehru/Python-Scripts/pull/437/commits/bc6a1177eeb8a76c57196e906418e30806c8b665)
| JPG to PNG convertor | [JPG to PNG convertor](https://github.com/DhanushNehru/Python-Scripts/pull/437/commits/bc6a1177eeb8a76c57196e906418e30806c8b665) | Converts JPG images to PNG format. |

Copilot uses AI. Check for mistakes.

| JSON to CSV 1 | [JSON to CSV 1](https://github.com/DhanushNehru/Python-Scripts/tree/main/JSON%20to%20CSV) | Converts JSON to CSV files. |
| JSON to CSV 2 | [JSON to CSV 2](https://github.com/DhanushNehru/Python-Scripts/tree/main/JSON%20to%20CSV%202) | Converts a JSON file to a CSV file. |
| JSON to CSV converter | [JSON to CSV converter](https://github.com/DhanushNehru/Python-Scripts/tree/main/Json%20to%20CSV%20Convertor) | Converts JSON file to CSV files. It can convert nested JSON files as well. A sample JSON is included for testing. |
Expand Down Expand Up @@ -127,6 +128,7 @@ More information on contributing and the general code of conduct for discussion
| Road-Lane-Detection | [Road-Lane-Detection](https://github.com/NotIncorecc/Python-Scripts/tree/main/Road-Lane-Detection) | Detects the lanes of the road |
| Rock Paper Scissor 1 | [Rock Paper Scissor 1](https://github.com/DhanushNehru/Python-Scripts/tree/main/Rock%20Paper%20Scissor%201) | A game of Rock Paper Scissors. |
| Rock Paper Scissor 2 | [Rock Paper Scissor 2](https://github.com/DhanushNehru/Python-Scripts/tree/main/Rock%20Paper%20Scissor%202) | A new version game of Rock Paper Scissors. |
| Rock Paper Scissors 3 | [Rock Paper Scissor 3](https://github.com/DhanushNehru/Python-Scripts/pull/437/commits/10d430a65fcbbabad2533fd221097061a525c086)
Copy link
Preview

Copilot AI Jul 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entry is missing the description column that other entries have. The table should maintain consistent formatting with all three columns: name, link, and description.

Suggested change
| Rock Paper Scissors 3 | [Rock Paper Scissor 3](https://github.com/DhanushNehru/Python-Scripts/pull/437/commits/10d430a65fcbbabad2533fd221097061a525c086)
| Rock Paper Scissors 3 | [Rock Paper Scissor 3](https://github.com/DhanushNehru/Python-Scripts/pull/437/commits/10d430a65fcbbabad2533fd221097061a525c086) | A third version of the Rock Paper Scissors game with new features or improvements. |

Copilot uses AI. Check for mistakes.

| Run Then Notify | [Run Then Notify](https://github.com/DhanushNehru/Python-Scripts/tree/main/Run%20Then%20Notify) | Runs a slow command and emails you when it completes execution. |
| Selfie with Python | [Selfie with Python](https://github.com/DhanushNehru/Python-Scripts/tree/main/Selfie%20with%20Python) | Take your selfie with python . |
| Simple DDOS | [Simple DDOS](https://github.com/VanshajR/Python-Scripts/tree/main/Simple%20DDOS) | The code allows you to send multiple HTTP requests concurrently for a specified duration. |
Expand Down