/exif_cleaner

Python CLI exif cleaner.

Primary LanguagePython

Python cli exif cleaner

Clean exif data from your images

Conventional Commits


FeaturesHow To Use

Features

  • Clean exif information from the images
  • Create json file with exif information from the original image

How To Use

To clone and run this project, you'll need:

Local run from python
  1. Firstly clone repo

    git clone git@github.com:mrKazzila/exif_cleaner.git
  2. Setup poetry

     poetry config virtualenvs.in-project true
     poetry shell
     poetry install --only dev
  3. Run script

    python main.py [OPTIONS]

Parameters

Parameter Type Description Required Default value
--input-folder str Path to images folder. True -
--output-folder str Path to folder where save images without exif data. True -
--create-json bool Create Json file with exif image data. False True
--clean-exif bool Clean exif from images. False True

Examples

 python main.py -i pictures -o pictures


GitHubResumeLinkedIn