https://github.com/sircryptic/autoexif
want to remove sensitive data from photos or even view it? use autoexif to easily help you do that no more remembering syntaxs with this user-friendly tool.
https://github.com/sircryptic/autoexif
data data-analysis exif-data exif-data-extraction exif-interface exif-metadata exif-reader exif-remover exiftool image meta metadata osint osint-tool viewer
Last synced: 22 days ago
JSON representation
want to remove sensitive data from photos or even view it? use autoexif to easily help you do that no more remembering syntaxs with this user-friendly tool.
- Host: GitHub
- URL: https://github.com/sircryptic/autoexif
- Owner: SirCryptic
- License: mit
- Created: 2020-05-17T03:23:29.000Z (almost 5 years ago)
- Default Branch: re-write
- Last Pushed: 2025-03-04T17:45:39.000Z (2 months ago)
- Last Synced: 2025-03-27T14:21:44.356Z (about 1 month ago)
- Topics: data, data-analysis, exif-data, exif-data-extraction, exif-interface, exif-metadata, exif-reader, exif-remover, exiftool, image, meta, metadata, osint, osint-tool, viewer
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 36
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoExif
**AutoExif** is a user-friendly tool that provides an intuitive graphical interface for the powerful [`exiftool`](https://exiftool.org/) utility. It enables users to view, edit, and remove metadata from images and videos effortlessly. Whether you're a photographer cataloging your work, a developer analyzing media files, or someone prioritizing privacy, AutoExif simplifies metadata management across multiple platforms.
---
## ✨ Features
- **Read Metadata**: Display basic or detailed EXIF data (e.g., camera settings, timestamps) from local image and video files.
- **Web Metadata**: Extract metadata from online images by providing a URL.
- **Wipe Metadata**: Remove all metadata or specific types (e.g., GPS, Photoshop edits) from local files, with an option to add a custom comment.
- **Extract Video GPS**: Retrieve embedded GPS coordinates from video files for location-based insights.
- **Thumbnail Info**: Access metadata embedded in image thumbnails, often overlooked but rich with details.
- **Operation Log**: Maintain a record of all actions performed for transparency and troubleshooting.
- **Cross-Platform**: Available as a standalone executable for Windows and a Python script for macOS and Linux.> **Note for Linux Users**
> Currently, AutoExif offers full graphical interface (GUI) support only on Windows. For Linux, the tool is functional via the Python script, but lacks a polished GUI experience. A comprehensive GUI, matching the Windows version, is in active development and will be released soon (exlcuding darwinsism), ensuring a consistent experience across all supported platforms. In the meantime, Linux users can utilize the script-based version / explore the CLI alternative [here](https://github.com/SirCryptic/autoexif/tree/master). Stay tuned for updates!## 🙌 Credits
- **Developed by**: [SirCryptic](https://github.com/sircryptic)
- **License**: Released under the [MIT License](https://github.com/SirCryptic/autoexif/blob/master/LICENSE)### Acknowledgments
- **Phil Harvey**: Creator of `exiftool`, the core engine powering AutoExif.
- **PyQt5 Team**: For delivering a robust and flexible GUI framework.
- **Open Source Community**: For the essential tools and libraries that drive this project.**AutoExif is committed to making metadata management accessible and efficient for all users. Enjoy exploring its capabilities!**