This is a Python script that helps organize cluttered files within a folder into folders named as MM_YYYY, and within each folder, there will be a subfolder for each file type.
-
Two folders:
- The source folder containing the cluttered files that you want to organize.
- The destination folder where you want the organized files to be placed.
-
Python Installed:
- Install Python from the official Python website at python.org.
-
Clone or download the project to your local machine.
-
Run the script
Organize.pyusing Python. -
When prompted by the program, enter the path for the source folder containing the cluttered files.
-
Next, enter the path for the destination folder where you want the organized files to be placed.
-
The script will organize the files based on their modified date and file types into separate folders with the format MM_YYYY.
-
(Optional) To perform an additional check, run the script
check.py. -
When prompted by the program, enter the same source and destination folder paths as entered before.
-
The check script will indicate the percentage of files that are not being copied to the destination folder. This helps to ensure the accuracy of the file organization process.