This PR introduces a script that searches a specified folder and its subdirectories, listing all file paths and unique file extensions present in the folder. The script utilizes the pathlib library to ensure cross-platform compatibility for file path handling.
Description
The file_search.py script performs the following tasks:
Searches through a given folder and its subdirectories for all types of files.
Outputs a list of the paths for each file found.
Generates a list of all unique file extensions present in the directory structure, ignoring case differences.
The changes are as follows:
Added file_search.py script that finds and lists all files and unique extensions in a specified folder.
Included a README file with usage instructions for the script.
Updated the repo readme file with my script name, link to its folder and description of it.
Checks
in the repository
[ ✅] Made no changes that degrades the functioning of the repository
[ ] Gave each commit a better title (unlike updated README.md)
in the PR
[✅ ] Followed the format of the pull_request_template
[✅ ] Made the Pull Request in a small level (for the creator's wellfare)
PR Title
PR for File_search script
Summary
This PR introduces a script that searches a specified folder and its subdirectories, listing all file paths and unique file extensions present in the folder. The script utilizes the pathlib library to ensure cross-platform compatibility for file path handling.
Description
The file_search.py script performs the following tasks:
Searches through a given folder and its subdirectories for all types of files. Outputs a list of the paths for each file found. Generates a list of all unique file extensions present in the directory structure, ignoring case differences.
The changes are as follows:
Checks
in the repository
in the PR
Thank You,
Debojit Choudhury