Skip to content

erikhallmarkdev/imagesorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

imagesorter

This simple script allows you to copy landscape, portrait, and square photos in a directory into separate direcories.

This script requires PIL(Python Image processing Library), which can be a bit tough to setup on Linux systems.

Usage: imagesorter.py source-directory [options]

Options:
  -h, --help            show this help message and exit
  -l LANDSCAPE_DIR, --landscape=LANDSCAPE_DIR
                        Directory to add landscape photos to
  -p PORTRAIT_DIR, --portrait=PORTRAIT_DIR
                        Directory to add portrait photos to
  -s SQUARE_DIR, --square=SQUARE_DIR
                        Directory to add square photos to

About

Sort landscape, portrait, and square images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages