Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.08 KB

File metadata and controls

38 lines (23 loc) · 1.08 KB

Temporal File Sorter

TemporalFileSorter.py is a Python script designed to sort files in a specified directory based on their created or modified dates. The sorted files are moved into respective folders named with the format month-day-year.

Features

  • User-specified Sorting: Choose between sorting by file creation date or modification date.
  • Custom Directories: Define the directory you want to sort.
  • Auto Folder Creation: Folders are automatically generated based on file dates.

Prerequisites

  • Python 3.x

Usage

  1. Clone the repository or download TemporalFileSorter.py.

    git clone https://github.com/AlteredAdmin/Temporal-File-Sorter
    
  2. Navigate to the directory containing TemporalFileSorter.py.

  3. Run the script:

    python TemporalFileSorter.py
  4. Follow the on-screen prompts to specify the directory path and choose between sorting by creation or modification date.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

n/a