Skip to content

vladkotov92/Cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cleaner

Batch EXIF metadata remover — straight from your terminal.

   ________    _________    _   ____________
  / ____/ /   / ____/   |  / | / / ____/ __ \
 / /   / /   / __/ / /| | /  |/ / __/ / /_/ /
/ /___/ /___/ /___/ ___ |/ /|  / /___/ _, _/
\____/_____/_____/_/  |_/_/ |_/_____/_/ |_|

What it does

Cleaner scans the inputs/ folder, strips all EXIF metadata from every image, and saves clean copies with randomised filenames into the outputs/ folder. The original files are never modified.

Supported formats: JPG, JPEG, PNG, GIF, TIFF, HEIC, HEIF, WEBP


Requirements


Installation

git clone https://github.com/vladkotov92/cleaner.git
cd cleaner
pip install pillow

Usage

  1. Drop the images you want to clean into the inputs/ folder.
  2. Run the script:
python3 cleaner.py
  1. Retrieve the cleaned images from the outputs/ folder.

The script will print a per-file status and a final summary:

  [OK] photo1.jpg
  [OK] photo2.png
  [ERROR] corrupt.jpg: cannot identify image file

Done! 2/3 images processed.

The outputs/ folder is created automatically if it does not exist.


Developer

A Russian Boy GitHub: vladkotov92


License

MIT — see LICENSE

About

Remove Metadata from your photos at once from your terminal.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages