Skip to content

Files

Latest commit

Nov 21, 2023
7fdd1e1 · Nov 21, 2023

History

History
31 lines (24 loc) · 748 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 748 Bytes

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