- Extract exif data of images jpg, jpeg, png.
- Clear exif data of images.
- Save data in a text file.
- Images:
- PNG, JPG, JPEG, GIF, BMP, TIFF
- Videos :
- MP4, MKV, AVI, MOV
- Audio :
- MP3 (limited support, additional library may be required)
- OutputThe script will display metadata information for each file.If the output is set to a file, the results will be saved in exif_data.txt.
- Add .jpg to subfolder ./images from where the script is stored.
- Note: Most social media sites strip exif data from uploaded photos.
-
Install python3
- Debian, Ubuntu, Etc:
sudo apt-get install python3
- Fedora, Oracle, Red Hat, etc:
su -c "yum install python"
- Windows: Python for Windows
- Debian, Ubuntu, Etc:
-
Install Pillow (Pillow will not work if you have PIL installed):
python3 -m pip install --upgrade pip python3 -m pip install --upgrade Pillow pip install Pillow moviepy pip install eyed3
git clone https://github.com/AryanVBW/Exif.git
cd Exif
python3 exif-main.py
python3 remove-exif.py
Discover the hidden details in your media files effortlessly! Simply run this script and:
- 🌐 Enter the path to your images, videos, or audio files.
- 💾 Choose where to save the extracted Exif data.
Unearth the metadata magic with style!
git clone https://github.com/AryanVBW/Exif.git
cd Exif
python3 exif-raw.py
git clone https://github.com/AryanVBW/Exif.git
cd Exif
python3 exif.py