Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 397 Bytes

PyExifInfo

Yet Another python wrapper for Phil Harvey' Exiftool

##Installation [sudo] pip install pyexifinfo

##Usage

import pyexifinfo as p

p.ver() #retrieve your ExifTool version
filename = 'a.png'
p.get_json(filename) #retrieve a json representation of this file exif

###Note This package is currently in development