Skip to content

Latest commit

 

History

History
 
 

exif_viewer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

View EXIF Data

This script can show you EXIF data for anytype of image supported by pillow package(e.g. jpeg/jpg, png, tiff, etc).

Setup

Install the packages listed in requirements.txt using pip

pip install -r requirements.txt

Usage

cd exif_viewer
python3 viewexif.py <path-to-image-file>