AutoFileSort is a lightweight Python automation tool that keeps your folders organized. It monitors or scans a target directory and instantly moves files into categorized subfolders based on their extensions.
- No Manual Sorting: Instantly categorizes files into folders like Images, Videos, Music, and Documents.
- Clean Workspaces: Perfect for automatically managing cluttered Downloads folders or Desktop environments.
- Efficient Logic: Uses a precise extension-to-folder mapping system to ensure files are never misplaced.
- Lightweight Performance: Runs as a simple script without the overhead of complex file management software.
- Download the latest release from the link above.
- Extract the files to a location of your choice.
- Configure your target path within the script or configuration file to point to the folder you want to organize.
- Run the script via your terminal or command prompt:
python sort.py. - The script will scan the designated folder.
- Your files will be moved into structured subdirectories (e.g.,
.jpgto/Images,.pdfto/Documents) immediately.
- Language: Python 3.x
- Core Logic:
osandshutilbased file movement. - Platform: Compatible with Windows, macOS, and Linux.
Created by nthnerr