Back to Homepage
Image Metadata Remover
A simple tool to remove metadata from images. This tool is useful for removing metadata from images before
sharing them online, to protect your privacy.
This program allows users to select an image file and remove its metadata. It uses the tkinter library to
open a file dialog for image selection.
Download the tool
Usage
- The program displays the existing metadata of the selected image.
- The user is prompted to confirm if they want to remove the metadata.
- If confirmed, the program removes the metadata from the image file.
- The program displays the new metadata.
- Finally, the program waits for any key press before quitting.
Program output
- Display of existing metadata.
- Confirmation prompt for metadata removal.
- Display of new metadata.
- Waiting for key press before quitting.
Python environment setup
- Install Python3.10, I recommend through Microsoft Store
- Launch terminal within downloaded folder
- python3 -m venv venv
- pip3.10 install -r .\requirements.txt