Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.48 KB

File metadata and controls

34 lines (23 loc) · 1.48 KB

AutoFileSort

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.

Download Latest Release


Why use AutoFileSort?

  • 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.

Installation

  1. Download the latest release from the link above.
  2. Extract the files to a location of your choice.
  3. Configure your target path within the script or configuration file to point to the folder you want to organize.

How to Use

  1. Run the script via your terminal or command prompt: python sort.py.
  2. The script will scan the designated folder.
  3. Your files will be moved into structured subdirectories (e.g., .jpg to /Images, .pdf to /Documents) immediately.

Technical Specs

  • Language: Python 3.x
  • Core Logic: os and shutil based file movement.
  • Platform: Compatible with Windows, macOS, and Linux.

Created by nthnerr