EXIF (Exchangeable Image File Format) files store important data about photographs. Almost all digital cameras create these data files each time you snap a new picture. An EXIF file holds all the information about the image itself. Mimoza is a Python application that extracts location data from photo EXIF metadata and visualizes it on an interactive map.
📸 Photo upload and preview
🗺️ GPS coordinate extraction from EXIF data
🌍 Interactive map visualization of locations
🔍 User-friendly interface
-
Python - Core programming language
-
Tkinter- GUI framework
-
Folium - Map generation
-
Pillow (PIL) - Image processing
-
Selenium - Map rendering
-
Python 3.8+
-
Pip Package Manager
Clone the repository:
git clone https://github.com/emirkddn/photolocationviewer
cd photolocationviewer
Install required packages:
pip install Pillow folium selenium
python menuscreen.py