Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 658 Bytes

📁 Directory Organizer

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.

Installation

git clone https://github.com/Mohamedan-Farag/organize-directory
cd organize-directory

Requirements

📁 Directory Organizer requires Python 3.6+

Usage

python organize_directory.py path/to/your/downloads/directory path/to/the/subdirectories/file.json

License

📁 Directory Organizer is open-source and licensed under the MIT license.