Skip to content

Sortify is a powerful and lightweight Python CLI tool designed to organize cluttered directories instantly.

License

Notifications You must be signed in to change notification settings

aRezaGit/Sortify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📂 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