This script can show you EXIF data for anytype of image supported by pillow package(e.g. jpeg/jpg, png, tiff, etc).
Install the packages listed in requirements.txt
using pip
pip install -r requirements.txt
cd exif_viewer
python3 viewexif.py <path-to-image-file>