# FindAllDocExtension This project is a Python script that searches for all files with a specific document extension in a given directory. ## Features - Recursively searches directories for files with a specified extension - Outputs the list of found files ## Requirements - Python 3.7 or higher ## How to Run 1. **Clone or download the project to your computer.** 2. **Open a terminal in the project directory.** 3. **Run the script using Python:** ```powershell python main.py ``` If your script requires arguments (e.g., the extension or directory), run: ```powershell python main.py ``` Example: ```powershell python main.py C:\Users\YourUser\Documents .docx ``` ## Customization - Edit `main.py` to change the search logic or output format as needed. ## License This project is licensed under the MIT License. # python-find-docs-extension