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.
- Python 3.11
- pip3
- virtualenv
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
$ python app.py