A Python tool that displays an image with associated information (filename, file size, camera model and lens used).
For the program to work, the exiftool utility must be installed on the system. This utility can be installed on macOS using Homebrew:
brew install exiftoolAn executable program for macOS is available for download. Download the ZIP file, extract it, and copy the program to the Program Files folder.
Operating system: macOS Current version: 0.1.4
Or clone the code, create a virtual environment and installe all packages:
pip install -r requirements.txtThe program can then be started by executing the file main.py.
python3 src/main.pyYou can download the latest version of the program here (only for macOS).