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.
- Extract EXIF data from an image URL.
- Formatted display of EXIF data.
You can run this script online on Replit.
Click here to access the application on Replit.
To run this script locally, follow these steps:
- Clone the repository:
git clone https://github.com/lucas-jammes/EXIF-Extract.git
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python3 src/main.py
Contributions to this project are welcome. You can contribute in the following ways:
- Reporting bugs
- Proposing new features
- Improving documentation
- Submitting pull requests
This project is licensed under MIT. You are free to use, modify, and distribute the code under the terms of this license.