Skip to content
View SortMasterLite's full-sized avatar

Block or report SortMasterLite

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SortMasterLite/README.md

SortMaster Lite - Fast Local File Organizer

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.

Features

  • Fast rule-based sorting by extension
  • Real-time folder monitoring with Start/Stop
  • Manual Sort now for one-shot cleanup
  • Undo last sort for quick rollback
  • Automatic folder creation when destination folders do not exist
  • Fallback Altele folder for unmatched file types
  • Built-in demo generator (SORTMASTER_DEMO) for testing
  • Romanian and English interface

Supported Categories (Default)

  • 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.

Installation (Developers)

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt

Run (Lite)

python sortmaster_lite.py

Build .exe (Lite)

python -m PyInstaller sortmaster_lite.spec

Output:

  • dist/SortMaster_Lite.exe

How To Use (Non-Technical)

  1. Open SortMaster Lite.
  2. Click Select Folder and choose the folder you want to organize.
  3. Go to Sorting rules and confirm your extension-to-folder rules.
  4. Click Sort now for a single pass, or Start for live monitoring.
  5. If needed, click Undo last sort to restore the latest operation.

Privacy

  • SortMaster Lite runs locally on your PC.
  • Your sorting settings are stored locally in config.json.
  • No API key is required for Lite usage.

Repository Notes

  • 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

Popular repositories Loading

  1. SortMasterLite SortMasterLite Public

    App Windows for auto organizate the folders (SortMaster Lite).

    Python 1