DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
551 stars 259 forks source link

PR for File_search script #316

Closed debojit11 closed 1 month ago

debojit11 commented 1 month ago

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