Skip to content

This script returns the EXIF data of an image located on the Internet.

License

Notifications You must be signed in to change notification settings

lucas-jammes/EXIF-Extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EXIF-Extract

Description

This Python script allows extracting and displaying EXIF data from an image. It is designed to process images from URLs and display information such as camera settings, GPS information, and other important metadata.

Features

  • Extract EXIF data from an image URL.
  • Formatted display of EXIF data.

Online Usage

You can run this script online on Replit.
Click here to access the application on Replit.

Local Usage

To run this script locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/lucas-jammes/EXIF-Extract.git
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the script:
python3 src/main.py

Contributions

Contributions to this project are welcome. You can contribute in the following ways:

  • Reporting bugs
  • Proposing new features
  • Improving documentation
  • Submitting pull requests

License

This project is licensed under MIT. You are free to use, modify, and distribute the code under the terms of this license.