This is a simple Python script that helps organize files in a directory by sorting them into folders based on file type (documents, images, videos, executables, etc.).
It is useful when a folder (like Downloads) gets cluttered with many different kinds of files.
- Scans a given directory
- Identifies file types
- Moves files into appropriate folders automatically
- Works on Windows, macOS, and Linux
- Uses only built-in Python modules
- Python 3 installed on your system
(No external libraries required)
python main.py