This program is a simple file collector that can be used to collect files in a directory and its subdirectories. The program collects files based on the extension specified by the user. The program stores the collected files in text output.
- Python 3.x
- Clone the repository
- Run the program in the terminal using the following command:
python main.py
- The program will ask the user to enter the directory path
- The program will ask the user to enter the file extension
- The program will create a new directory and store the collected files in it
Enter the directory path: /Users/username/Documents
Enter the file extension: .txt
The program will collect all the files with the extension ".txt" in the directory "/Users/username/Documents" and its subdirectories and store them in a new directory.