Skip to content

Get exif data, metadata or hidden data from an image file with python py

Notifications You must be signed in to change notification settings

jhonprimedev/exif-data-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exif Data

Get EXIF data, metadata or hidden data from an image file with python py

Exchangeable Image File Format (Exif) is a specification for image file formats used by digital cameras. It was created by the now-defunct Japan Electronic Industry Development Association. The specification leverages existing file formats such as JPEG, TIFF Rev, and others.

Requirements

  • Python 3.11
  • pip3
  • virtualenv

Virtual environments

This project requires a virtual environment, in this case virtualenv is used.

$ python -m virtualenv venv

Enable virtual environment

$ source venv/Scripts/activate

Install all project dependencies using:

$ pip install -r requirements.txt

Running 🚀

$ python app.py 

About

Get exif data, metadata or hidden data from an image file with python py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages