Simple Python script that moves/organizes all your file types stored in the Downloads folder location.
🔹Basic tasks that the script can do:
• Scans the DOWNLOADS_DIR and moves files into subfolders based on the FOLDER_MAP.
• Create all destination folders first.
• Iterate over all items in the Downloads folder.
• Check if the extension is in our map.
• Move the file(s).
🔹Requirements:
• Python 3.x
• No external dependencies; uses standard libraries (shutil, pathlib).
🔹## Installation
• Clone or download this script.
• Run the script in an environment where Python 3 is installed.
• It will automatically organize files in your system's default Downloads folder.
🔹## Tech Stack
Language: Python
Libraries: Shutil, Pathlib
🔹## Badges