-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Open
Description
Summary
Proposing to add a new Python utility script — Smart File Organizer — that automatically organizes files in a directory into categorized subfolders (e.g., Images, Documents, Videos, Audios, Archives, Scripts, Others).
Motivation
Users often have cluttered folders (like Downloads or Desktop) filled with mixed files. This tool improves file management by organizing them automatically based on file extensions.
Proposed Implementation
- Create
smart_file_organizer.py
- Use standard libraries:
os
,shutil
,argparse
,time
,datetime
- Allow users to specify:
--path
: directory to organize--interval
: time interval to re-run automatically (optional)
- Categories supported: Images, Documents, Videos, Audios, Archives, Scripts, Others
- Safe move operation with logging
Example Usage
python smart_file_organizer.py --path "C:\Users\YourName\Downloads" --interval 0
Metadata
Metadata
Assignees
Labels
No labels