Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 280 Bytes

File metadata and controls

20 lines (13 loc) · 280 Bytes

iPhone Photo Sync

Prerequisites

Need libheif and exiftool installed on the system

Build

> python -m build

Install

> python -m venv /path/to/venv
> /path/to/venv/bin/pip install dist/*.whl

Need libheif and exiftool installed on the system