Follow these steps to install and run the Exif tool:
git clone https://github.com/AryanVBW/Exif.git cd Exif python3 exif-main.py
sudo apt-get install python3 # For Debian/Ubuntu pip install Pillow moviepy eyed3 # Install required libraries
To remove EXIF data from images, use the following command:
python3 remove-exif.py
To use the Exif tool directly for metadata extraction:
python3 exif-raw.py
To print EXIF data directly to the terminal for JPG images:
python3 exif.py