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.
- โก 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.
- Clone the repository:
git clone https://github.com/aRezaGit/Sortify.git
cd Sortify