PR for File_search script#316
Merged
Merged
Conversation
hasan-py
suggested changes
Oct 10, 2024
| | Word to PDF | [Word to PDF](https://github.com/DhanushNehru/Python-Scripts/tree/master/Word%20to%20PDF%20converter) | A Python script to convert an MS Word file to a PDF file. | | ||
| | Youtube Downloader | [Youtube Downloader](https://github.com/DhanushNehru/Python-Scripts/tree/master/Youtube%20Downloader) | Downloads any video from [YouTube](https://youtube.com) in video or audio format! | ||
| | Youtube Playlist Info Scraper | [Youtube Playlist Info Scraper](https://github.com/DhanushNehru/Python-Scripts/tree/master/Youtube%20Playlist%20Info%20Scraper) | This python module retrieve information about a YouTube playlist in json format using playlist link. | ||
| | File Search | [File_search](https://github.com/debojit11/Python-Scripts/tree/master/File_Search) | A python script that searches a specified folder for all files, regardless of file type, within its directory and subdirectories. |
Contributor
There was a problem hiding this comment.
Please put the row in the correct order.
Contributor
Author
There was a problem hiding this comment.
Sure, I will make the changes
| @@ -0,0 +1,31 @@ | |||
| File Path Finder and Unique Extension Lister: | |||
Contributor
There was a problem hiding this comment.
Can you consider improving the all the heading?
Contributor
Author
There was a problem hiding this comment.
Sure, I will improve it
debojit11
commented
Oct 11, 2024
debojit11
left a comment
Contributor
Author
There was a problem hiding this comment.
The asked changes have been completed
hasan-py
approved these changes
Oct 11, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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