Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 455 Bytes

readme.org

File metadata and controls

19 lines (15 loc) · 455 Bytes

This script extracts the exif timestamp of a picture and saves the picture will a new filename.

The new filename will look like this: 2011-12-17T23.29.21–IMAG0422__.jpg

where IMAG0422 was the original filename.

Setup:

pyenv virtualenv 3.6.1 exif-date-2-filename
pyenv activate exif-date-2-filename
pip install -r requirements.txt

Usage:

python exif-date2-filename --source='/path/to/pictures/'