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.
AutoExif CLI w/TUI
A super user-friendly CLI tool for extracting and manipulating metadata from files and URLs.
🚀 Features
Q/A
#
Preview
Click to expand!
📦 Installation
Install via pip:
or build & install yourself from source.
pip install autoexif1. Clone the repository
git clone https://github.com/SirCryptic/autoexif.git
cd autoexif2. Install Python and dependencies
Make sure you have Python 3.11+ installed.
pip install -r requirements.txt3. Install the CLI tool
windows
linux
python setup.py installsudo python3 setup.py install🛠️ Usage
Get started with:
autoexif helphelpautoexif --helpautoexif📷 Examples
Read metadata from an image in the current directory:
Read metadata from a specific image:
autoexif read
Read detailed metadata:
autoexif read sample.jpg
Read metadata from a URL:
autoexif read sample.jpg --detailed
Wipe GPS data:
autoexif read https://example.com/image.jpg
Extract GPS from a video:
autoexif wipe sample.jpg --type gps
Get thumbnail metadata:
autoexif gps video.mp4
Get expert-level metadata:
autoexif thumbnail sample.jpgautoexif expert sample.jpg📌 Notes
C:\Users\
#
Made with ❤️ by SirCrypticautoexif help for more details and usage options.