Skip to content

panmasuo/file_sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages