Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 406 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 406 Bytes

LrToPhotos

This is a tool written in python to transfer keywords for photos in Lightroom to photos in Apple Photos

Installation

python -m venv venv 
source venv/bin/activate 
pip freeze -r requirements.txt

Substitute python and pip with python3 and pip3 respectively depending on the device.

Usage

python photosDriver.py <path to .photoslibrary> <path to .lrcat>