-
-
Notifications
You must be signed in to change notification settings - Fork 352
fix: alphabetized script list in README.md #474
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?
fix: alphabetized script list in README.md #474
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 alphabetically sorts the "List of Scripts in Repo" table in the README.md file to improve readability and make it easier for users to find specific scripts.
Key changes:
- Reordered all table entries alphabetically by the "Script" column
- Fixed table formatting with consistent pipe alignment
- Maintained all original descriptions and links
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
| Auto WiFi Check | [Auto WiFi Check](https://github.com/DhanushNehru/Python-Scripts/tree/main/Auto%20WiFi%20Check) | A Python script to monitor if the WiFi connection is active or not | | ||
| AutoCert | [AutoCert](https://github.com/DhanushNehru/Python-Scripts/tree/main/AutoCert) | A Python script to auto-generate e-certificates in bulk. | | ||
| Automated Emails | [Automated Emails](https://github.com/DhanushNehru/Python-Scripts/tree/main/Automate%20Emails%20Daily) | A Python script to send out personalized emails by reading a CSV file. | | ||
| Autocomplete Notes App | [AutoCert](https://github.com/DhanushNehru/Python-Scripts/tree/main/Autocomplete%20Notes%20App) | A Python script to auto-generate e-certificates in bulk. | |
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.
The link text 'AutoCert' doesn't match the script name 'Autocomplete Notes App' and the description is incorrect. The link text should be 'Autocomplete Notes App' and the description should match the actual functionality of an autocomplete notes application.
| Autocomplete Notes App | [AutoCert](https://github.com/DhanushNehru/Python-Scripts/tree/main/Autocomplete%20Notes%20App) | A Python script to auto-generate e-certificates in bulk. | | |
| Autocomplete Notes App | [Autocomplete Notes App](https://github.com/DhanushNehru/Python-Scripts/tree/main/Autocomplete%20Notes%20App) | A Python script that provides note-taking with autocomplete functionality. | |
Copilot uses AI. Check for mistakes.
| PDF merger and splitter | [PDF Merger and Splitter](https://github.com/AbhijitMotekar99/Python-Scripts/blob/main/PDF%20Merger%20and%20Splitter/PDF%20Merger%20and%20Splitter.py) | Create a tool that can merge multiple PDF files into one or split a single PDF into separate pages. | | ||
| PDF to Audio | [PDF to Audio](https://github.com/DhanushNehru/Python-Scripts/tree/main/PDF%20to%20Audio) | Converts PDF to audio. | | ||
| PDF to Text | [PDF to text](https://github.com/DhanushNehru/Python-Scripts/tree/main/PDF%20to%20text) | Converts PDF to text. | | ||
| Pigeonhole Sort | [Algorithm](https://github.com/DhanushNehru/Python-Scripts/tree/main/PigeonHole) | The pigeonhole sort algorithm to sort your arrays efficiently! | |
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.
The link text 'Algorithm' is inconsistent with the script name 'Pigeonhole Sort'. The link text should be updated to 'Pigeonhole Sort' to maintain consistency.
| Pigeonhole Sort | [Algorithm](https://github.com/DhanushNehru/Python-Scripts/tree/main/PigeonHole) | The pigeonhole sort algorithm to sort your arrays efficiently! | | |
| Pigeonhole Sort | [Pigeonhole Sort](https://github.com/DhanushNehru/Python-Scripts/tree/main/PigeonHole) | The pigeonhole sort algorithm to sort your arrays efficiently! | |
Copilot uses AI. Check for mistakes.
I will fix the remaining issues also. |
PR Title
fix: reorder script list in README.md alphabetically
Summary
Sorted the list of scripts in the README.md file in alphabetical order as per issue #58.
Description
This pull request addresses issue #58 by alphabetizing the "List of Scripts in Repo" table in the
README.md
file. The entries were previously unordered, which made it harder for users to find specific scripts easily.The changes are as follows:
Checks
in the repository
in the PR
Thank You,
Himanshu Yadav