Skip to content

erlinh/File-Collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Collector

Description

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.

Requirements

  • Python 3.x

Usage

  1. Clone the repository
  2. Run the program in the terminal using the following command:
python main.py
  1. The program will ask the user to enter the directory path
  2. The program will ask the user to enter the file extension
  3. The program will create a new directory and store the collected files in it

Example

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.

About

bundles all files in paths into a bundle of text

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages