Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 641 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 641 Bytes

File Sorter

This python script scans through provided files, categorizes, sorts, copies and removes duplicates (duplicate operations working only for images).

Prerequisities

Install third party modules:

python3 -m pip install -r requirements.txt

Usage

To run, call:

python3 main.py

two windows will apear, first one asking for destination, latter one for the target directory.

To change categories, edit sorter/categories.py file.

To change duplicate image behavior, call (installed) find_dups -h or see their API and edit sys.argv in main.py.