Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 318 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 318 Bytes

EXIFRemove

A Python program to strip and/or view EXIF data from images. Outputs the image stripped of EXIF data.

Installation

Run the following commands:

apt install python3 python3-pip
pip3 install pillow

How To Use

Run:

python3 main.py PATH

PATH should be replaced with the path to your image.