Skip to content

Python script to organize pictures into /year/month/date folder structure while detecting duplicates

Notifications You must be signed in to change notification settings

philipforget/Datum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Datum

Utility for organizing an input directory into an output directory of images organized by year, month and day subdirectories based on EXIF data. Duplicates are also detected in this process based on a qualitative hash of the image data.

Usage

datum /path/to/input /path/to/output | tee errors.txt

Installation

To install to a local virtualenv, simply pip install datum. To install globally, sudo pip install datum.

Datum only has one dependency, PIL, which is used for extracting EXIF data. This will likely change in favor of something more lightweight.

About

Python script to organize pictures into /year/month/date folder structure while detecting duplicates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages