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