This is a simple Python script that allows you to organize files in a source directory based on their file extension and creation date. The organized files will be moved to a specified destination directory.
-
Clone this repository:
git clone https://github.com/real0x0a1/PythonFileOrganizer.git
-
Change into the project directory:
cd PythonFileOrganizer
-
Run the script:
python3 PythonFileOrganizer.py
-
Enter the source directory path when prompted.
-
Enter the destination directory path when prompted.
-
The script will iterate through the files in the source directory, create directories based on file extension and creation date in the destination directory, and move the files accordingly.
-
Once the process is completed, a message will be displayed.
Source directory: /path/to/source_dir
Destination directory: /path/to/destination_dir
Enter the source directory path: /path/to/source_dir
Enter the destination directory path: /path/to/destination_dir
File organization completed.
The files in the source directory will be organized and moved to the destination directory based on their file extension and creation date.
Contributions are welcome! If you have any improvements or suggestions, feel free to open an issue or create a pull request.
- Ali (Real0x0a1)