Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 476 Bytes

photo-import

A script for importing photos into the file structure I like

Setup

Assuming you're using virtualenvwrapper then:

# From the root
git submodule update --init
mkvirtualenv photoimport
pip install -r requirements.txt

Usage

# Assuming you've activated the photoimport virtualenv from before
python photo-import.py --input <path to sdcard> --out <path to top level photos folder>