Skip to content

philipforget/Datum

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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