A Python automation tool that organizes files in a directory based on file type.
- Organizes files into categorized folders (Images, Documents, Videos, Others)
- Handles duplicate file names automatically
- Supports dry-run mode
- Input validation for directory path
- Python
- os module
- shutil module
python src/main.py
## Example
Before:
photo.jpg
report.pdf
video.mp4
After:
Images/photo.jpg
Documents/report.pdf
Videos/video.mp4
Author
Himani Varshney