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.
- Host: GitHub
- URL: https://github.com/vimal007vimal/python-script-extracting-image-exif-metadata
- Owner: Vimal007Vimal
- Created: 2024-05-07T04:04:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T04:22:59.000Z (about 2 years ago)
- Last Synced: 2025-03-04T22:37:31.855Z (about 1 year ago)
- Topics: exif-data, exif-data-extraction, exif-metadata, exiftool
- Language: Python
- Homepage:
- Size: 3.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```

Happy coding 👨💻!