SortMaster Lite is a desktop app for Windows that organizes files quickly using local rules only (no AI required). It is built for speed, clarity, and clean folder structure.
- Fast rule-based sorting by extension
- Real-time folder monitoring with
Start/Stop - Manual
Sort nowfor one-shot cleanup Undo last sortfor quick rollback- Automatic folder creation when destination folders do not exist
- Fallback
Altelefolder for unmatched file types - Built-in demo generator (
SORTMASTER_DEMO) for testing - Romanian and English interface
- Images:
.jpg,.jpeg,.png - Documents:
.pdf,.docx,.txt - Video/Media:
.mp4,.mov - Code:
.py,.js - Design:
.psd,.ai - Spreadsheets:
.csv,.xlsx
You can edit or add rules directly from the Sorting rules tab.
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txtpython sortmaster_lite.pypython -m PyInstaller sortmaster_lite.specOutput:
dist/SortMaster_Lite.exe
- Open
SortMaster Lite. - Click
Select Folderand choose the folder you want to organize. - Go to
Sorting rulesand confirm your extension-to-folder rules. - Click
Sort nowfor a single pass, orStartfor live monitoring. - If needed, click
Undo last sortto restore the latest operation.
- SortMaster Lite runs locally on your PC.
- Your sorting settings are stored locally in
config.json. - No API key is required for Lite usage.
- Lite entrypoint:
sortmaster_lite.py - Pro entrypoint (optional in same repo):
main.py->organize_files.py - Localization:
locale_strings.py - Demo generator:
create_test_files.py