This python script is all about organizing your files. Practically, this means moving these files into subdirectories based on their filetype (image, video, audio, etc.). The script is easy to understand and extend to your specific use-case.
git clone https://github.com/Mohamedan-Farag/organize-directory
cd organize-directory
📁 Directory Organizer requires Python 3.6+
python organize_directory.py path/to/your/downloads/directory path/to/the/subdirectories/file.json
📁 Directory Organizer is open-source and licensed under the MIT license.