┐ ( ̄∀ ̄) ┌ I don't care what you are doing
EXIF TOOL is a lightweight utility for extracting and analyzing EXIF metadata from image files, including GPS coordinates with a Google Maps link.
- Extracts camera details (Make, Model, ISO, Exposure, Aperture, etc.)
- Displays GPS coordinates and provides a Google Maps link
- Saves metadata to a
.txtfile for easy reading - User-friendly CLI with error handling
- Run the script:
python main.py
- Enter the image file path when prompted.
- The extracted EXIF data will be displayed and saved as a
.txtfile.
- Press
Ctrl+Cto exit the program at any time.
- Requires Python 3 and
Pillowlibrary.pip install pillow