Add missing camera details to your analog film photos with ease. Transform your film photography workflow with this desktop and command-line tool that adds EXIF metadata to digitalize photos from film cameras that don't have it.
📷 Film Photography: Perfect for analog cameras
🎯 Batch Processing: Edit batch of photos at once
🔄 Safe Backups: Never lose your originals
⚡ Fast & Simple: Drag, drop, and done
# 1. Get the code
git clone https://github.com/yourusername/edit_photo_metadata.git
cd edit_photo_metadata
# 2. Install
pip install -r requirements.txt
# 3. Run the app
python app.py
That's it! Drag your photo folder into the app and start editing.
- Drag & Drop your photo folder
- Choose a camera preset or enter details manually
- Edit metadata fields (camera, lens, date, artist, etc.)
- Make changes for each photo if needed
- Save the updated photos with new EXIF data
- Process all photos with one click
- Review changes
# Quick edit with camera preset
python -m src.cli edit --folder ./photos --preset smena8m --artist "Your Name"
# Manual settings
python -m src.cli edit --folder ./photos --make "CANON" --model "AE-1" --focal-length "50/1"
- Camera Presets - Pre-configured settings for cameras
- Batch Processing - Handle multiple of photos at once
- Per-Photo Editing - Individual settings when needed
- Automatic Backups - Your originals stay safe
- Cross-Platform - Works on Windows, macOS, and Linux
- JPEG (.jpg, .jpeg)
- User Guide - Complete walkthrough
- FAQ - Common questions answered
- Technical Details - For developers