A simple, beginner-friendly Python script to organize files in any folder into categorized subfolders like Images, Documents, Videos, Audio, Archives, and more.
- Automatically detects file types by extension
- Organizes files into folders (e.g.,
Images/
,Documents/
,Videos/
) - Works on Windows, macOS, and Linux
- No external libraries required
Downloads/
├── Images/
├── Documents/
├── Audio/
├── Videos/
├── Archives/
├── Scripts/
└── Others/
git clone https://github.com/yourusername/file-organizer-python.git
cd file-organizer-python
python file_organizer.py
Then enter the full folder path you want to organize.
No external dependencies. Python 3.x is required.
This tool is perfect for clients who want to clean messy folders, automate file management, or organize downloaded data.