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
.
- 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.
- Python 3.x
-
Clone the repository or download
TemporalFileSorter.py
.git clone https://github.com/AlteredAdmin/Temporal-File-Sorter
-
Navigate to the directory containing
TemporalFileSorter.py
. -
Run the script:
python TemporalFileSorter.py
-
Follow the on-screen prompts to specify the directory path and choose between sorting by creation or modification date.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
n/a