-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
A_Reza edited this page Nov 18, 2025
·
1 revision
- Python 3.6+ installed on your system.
git clone https://github.com/YOUR_USERNAME/Sortify.git
cd SortifySortify uses colorama for its user interface.
pip install -r requirements.txtThere are two ways to use Sortify: Interactive Mode or Command Argument Mode.
If you run the script without arguments, it will ask you for the target folder.
- Run the script:
python main.py
- You will see your OS detected in the banner.
- Paste the path to the folder you want to organize (or type
.for the current directory).
Tip: You can drag and drop the folder from your File Explorer/Finder into the terminal window to auto-paste the path.
Power users can specify the path directly in the command.
# Syntax
python main.py "PATH_TO_DIRECTORY"
# Windows Example
python main.py "C:\Users\Alex\Downloads"
# Linux/macOS Example
python main.py ~/Downloads