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

  1. The program displays the existing metadata of the selected image.
  2. The user is prompted to confirm if they want to remove the metadata.
  3. If confirmed, the program removes the metadata from the image file.
  4. The program displays the new metadata.
  5. Finally, the program waits for any key press before quitting.

Program output

Python environment setup

  1. Install Python3.10, I recommend through Microsoft Store
  2. Launch terminal within downloaded folder
  3. python3 -m venv venv
  4. pip3.10 install -r .\requirements.txt