Installation Instructions

pipx (Best for running as app)

pipx install exifplus
exifplus

Debian / Ubuntu / Kali / Parrot (PEP 668 note)

If you see:

error: externally-managed-environment

Use one of:

pipx install exifplus

or:

python3 -m venv venv
source venv/bin/activate
pip install exifplus

Windows / macOS / Linux Requirements

ExifPlus requires:

  • Python 3.9+

  • pyexiv2

  • hachoir

  • ttkbootstrap

Windows has limited support for metadata editing due to pyexiv2 backend issues.