Skip to content

Temporal File Sorter 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`.

Notifications You must be signed in to change notification settings

AlteredAdmin/Temporal-File-Sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Temporal File Sorter 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`.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages