MetaMapper is a lightweight script designed to extract and organize EXIF data from images and videos.
- Extract EXIF data from multiple images and videos in a selected folder
- Generate reports in PDF or text format
- User-friendly interface
MetaMapper supports the following tested image and video file formats for extracting EXIF data:
- .jpg
- .jpeg
- .png
- .bmp
- .gif
- .tiff
- .mp4
- .mov
- .avi
- .mkv
- .wmv
- .flv
-
Clone the repository:
git clone https://github.com/pteras/MetaMapper.git cd MetaMapper
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python metamapper.py
- Python 3.x
Pillow
for image processinghachoir
for video metadata extractionFPDF
for PDF report generationtkinter
for the graphical user interface
Please fork this repository and submit a pull request with your improvements.
This project is licensed under the MIT License. See the LICENSE file for details.
This has been a study project during my exchange. If you have any questions, let me know.