This script allows you to extract and remove metadata from various file types, including:
- Images: JPEG, PNG, HEIC
- Documents: PDF, DOCX, PPTX, XLSX
- Videos: MP4, MOV, AVI, MKV
- Extract metadata from supported file types
- Remove metadata from images, PDFs, and Office documents
- Save cleaned files in the
cleaned_files/directory
Clone the repository
git clone https://github.com/lytexdev/metadata-cleaner.git
cd metadata-cleanerCreate a virtual environment
python3 -m venv venv
source venv/bin/activateInstall dependencies
pip install -r requirements.txtRun the script with the file you want to inspect:
python metadata_cleaner.py path/to/fileLists all metadata in the file and asks you if you want to remove it.
This project is licensed under the MIT License - see the LICENSE file for details.