Skip to content

A simple python script for sorting image files in directories

License

Notifications You must be signed in to change notification settings

jpaffrath/imgsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imgsort sorts your images in directories using a pattern based on your image dates

Usage

python imgsort.py DIRECTORY MODE

where MODE is a combination of the following possibilities:

  • y for year
  • m for month
  • d for day
  • - as separator
  • . as separator

See the following examples:

  • y-m-d creates 2016-12-01 or 1995-01-06
  • m-y creates 12-2016 or 01-1995
  • d.m.y creates 01.12.2016 or 06.01.1995

About

A simple python script for sorting image files in directories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages