Exif - Image Metadata Tool

Exif Logo

Features

Supported Formats

Installation Instructions

Follow these steps to install and run the Exif tool:

git clone https://github.com/AryanVBW/Exif.git
cd Exif
python3 exif-main.py
            

Prerequisites

sudo apt-get install python3  # For Debian/Ubuntu
pip install Pillow moviepy eyed3  # Install required libraries
            

Removing EXIF Data

To remove EXIF data from images, use the following command:

python3 remove-exif.py
            

Direct Use

To use the Exif tool directly for metadata extraction:

python3 exif-raw.py
            

Print EXIF Data

To print EXIF data directly to the terminal for JPG images:

python3 exif.py