A Python automation tool that organizes files automatically into categorized folders.
- Automatic file organization
- Categorizes PDFs, Images, Videos, Documents
- Creates folders automatically
- Improves productivity
- Python
- OS Module
- Shutil Module
python file_organizer.pyBefore:
Downloads/ ├── resume.pdf ├── photo.jpg ├── video.mp4
After:
Downloads/ ├── Documents/ │ └── resume.pdf ├── Images/ │ └── photo.jpg ├── Videos/ │ └── video.mp4
- GUI using Tkinter
- Scheduled automation
- Cloud storage integration
Kalpana Podalakuri