-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
base: main
Are you sure you want to change the base?
Update README.md #453
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the README.md file to add two new Python script entries to the project's script catalog table.
- Adds a new "JPG to PNG convertor" entry with a link to a pull request commit
- Adds a new "Rock Paper Scissors 3" entry with a link to a pull request commit
Comments suppressed due to low confidence (1)
README.md:131
- Inconsistent naming: the entry name is 'Rock Paper Scissors 3' but the link text is 'Rock Paper Scissor 3' (missing 's' in 'Scissor'). These should match for consistency.
| Rock Paper Scissors 3 | [Rock Paper Scissor 3](https://github.com/DhanushNehru/Python-Scripts/pull/437/commits/10d430a65fcbbabad2533fd221097061a525c086)
@@ -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. |
There was a problem hiding this comment.
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.
| 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.
@@ -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. | |||
| JPG to PNG convertor | [JPG to PNG convertor](https://github.com/DhanushNehru/Python-Scripts/pull/437/commits/bc6a1177eeb8a76c57196e906418e30806c8b665) |
There was a problem hiding this comment.
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.
| 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.
@@ -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) |
There was a problem hiding this comment.
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.
| 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.
The README file has been updated.