An open API service indexing awesome lists of open source software.

https://github.com/vimal007vimal/python-script-extracting-image-exif-metadata

This Python code is a script designed to extract EXIF (Exchangeable Image File Format) metadata from an image file.
https://github.com/vimal007vimal/python-script-extracting-image-exif-metadata

exif-data exif-data-extraction exif-metadata exiftool

Last synced: 8 months ago
JSON representation

This Python code is a script designed to extract EXIF (Exchangeable Image File Format) metadata from an image file.

Awesome Lists containing this project

README

          

This Python code is a script designed to extract EXIF (Exchangeable Image File Format) metadata from an image file. EXIF data typically contains information such as camera make and model, capture date and time, GPS coordinates, and more.

```bash
python script.py filenme
```

![image](https://github.com/Vimal007Vimal/Python-Script-Extracting-Image-EXIF-Metadata/assets/144089192/73feebc3-3d0b-4bad-88a6-3ba1bf4d3e5d)

Happy coding 👨‍💻!