Python-Scripts icon indicating copy to clipboard operation
Python-Scripts copied to clipboard

fix: alphabetized script list in README.md

Open himaanshuuyadav opened this issue 4 months ago • 1 comments

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:

  • Reordered the script list alphabetically based on the "Script" column
  • Preserved all original descriptions and links
  • Maintained the markdown table structure

Checks

in the repository

  • [x] Made no changes that degrades the functioning of the repository
  • [x] Gave each commit a better title (unlike updated README.md)

in the PR

  • [x] Followed the format of the pull_request_template
  • [x] Made the Pull Request in a small level (for the creator's wellfare)
  • [x] Tested the changes you made

Thank You,
Himanshu Yadav

himaanshuuyadav avatar Jul 31 '25 08:07 himaanshuuyadav