This Python script automatically organizes the files in your Downloads folder into designated folders based on their file extensions.
The script scans the Downloads folder, identifies files by their extensions, and moves them into appropriate folders such as Pictures, Videos, Music, and Documents.
To use the script, simply run it with Python from your command line:
python file_organizer.pyMake sure you have Python installed on your system.
To pull the image from Docker Hub, run the following command in your terminal:
docker pull bfol/file_organizer:v1.0Once the image is pulled, you can run the container using the following command:
docker run -v /Users/YourUsername/Downloads:/app/Downloads bfol/file_organizer:v1.0Replace YourUsername with your actual username on your system.
This project is licensed under the MIT License.