photo-import

Application to import photos into a hierarchical structure based on the EXIF data of the photos.


Keywords
folders, photos
License
MIT
Install
pip install photo-import==0.5.0

Documentation

Photo Import

Application to import photos from one directory into a hierarchical directory structure in another directory based on the EXIF data of the photos.

Tests

To run the test suite locally, use pytest:

➜ pip install -r requirements.txt
➜ pytest