Installation Instructions
pip (Recommended Method)
Install ExifPlus from PyPI:
pip install exifplus
Run it:
exifplus
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.