Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 826 Bytes

File metadata and controls

18 lines (14 loc) · 826 Bytes

📂 Sortify

Python License

Sortify is a powerful and lightweight Python CLI tool designed to organize cluttered directories instantly. It scans a target folder and categorizes files into subfolders (Images, Videos, Docs, etc.) based on their extensions.

🚀 Features

  • Instant Organization: Sorts hundreds of files in seconds.
  • 🛡️ Safe Handling: Renames duplicate files automatically (never overwrites your data).
  • 🎨 Visual Feedback: Beautiful colored CLI output using Colorama.
  • 🔧 Extensible: Easy to modify categories in the python code.

🛠️ Installation

  1. Clone the repository:
   git clone https://github.com/aRezaGit/Sortify.git
   cd Sortify