This Python Script automatically organizes files in specified path in one go.
- Add a shortcut in your terminal for automatically organizing files
- Schedule the script to execute at a particular time every day
- Keep your files organized..? :P
- It takes path from the User
- Scans the files in that path
- Checks each file's extension and moves them in their respective folder accordingly
python organize.py <dir_path>
python organize.py ~/Downloads
- Python 3.8