{"id":22399796,"url":"https://github.com/mrkazzila/exif_cleaner","last_synced_at":"2025-09-04T04:35:02.198Z","repository":{"id":238364105,"uuid":"691789402","full_name":"mrKazzila/exif_cleaner","owner":"mrKazzila","description":"Python CLI exif cleaner.","archived":false,"fork":false,"pushed_at":"2024-07-28T08:51:18.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T00:16:42.519Z","etag":null,"topics":["exif-remover","exiftool","pillow","poetry","privacy","python","ruff"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrKazzila.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-14T22:34:49.000Z","updated_at":"2024-10-21T04:12:58.000Z","dependencies_parsed_at":"2024-05-05T21:31:24.314Z","dependency_job_id":"8e742a8e-a48f-4d64-96ca-861b46dabb45","html_url":"https://github.com/mrKazzila/exif_cleaner","commit_stats":null,"previous_names":["mrkazzila/exif_cleaner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrKazzila/exif_cleaner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrKazzila%2Fexif_cleaner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrKazzila%2Fexif_cleaner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrKazzila%2Fexif_cleaner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrKazzila%2Fexif_cleaner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrKazzila","download_url":"https://codeload.github.com/mrKazzila/exif_cleaner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrKazzila%2Fexif_cleaner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262432367,"owners_count":23310232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exif-remover","exiftool","pillow","poetry","privacy","python","ruff"],"created_at":"2024-12-05T08:10:02.930Z","updated_at":"2025-06-28T12:36:43.504Z","avatar_url":"https://github.com/mrKazzila.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Python cli exif cleaner\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n    Clean exif data from your images\n    \u003cbr\u003e\n\u003c/h4\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n\n\u003c/div\u003e\n\u003chr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Features\n* Clean exif information from the images\n* Create json file with exif information from the original image\n\n\n## How To Use\nTo clone and run this project, you'll need:\n- [Git](https://git-scm.com)\n- [Python](https://www.python.org/downloads/)\n- [Poetry](https://python-poetry.org/docs/#installation)\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\u003cstrong\u003eLocal run from python\u003c/strong\u003e\u003c/summary\u003e\n\n1. Firstly clone repo\n   ```bash\n   git clone git@github.com:mrKazzila/exif_cleaner.git\n   ```\n\n2. Setup poetry\n   ```bash\n    poetry config virtualenvs.in-project true\n    poetry shell\n    poetry install --only dev\n\t```\n\n3. Run script\n   ```bash\n   python app.py [OPTIONS]\n   ```\n\n**Parameters**\n\n| Parameter          | Type   | Description                                         | Required | Default value |\n|--------------------|--------|-----------------------------------------------------|----------|---------------|\n| `--input-folder`   | `str`  | Path to images folder.                              | True     | -             |\n| `--output-folder`  | `str`  | Path to folder where save images without exif data. | True     | -             |\n| `--create-json`    | `bool` | Create Json file with exif image data.              | False    | True          |\n| `--clean-exif`     | `bool` | Clean exif from images.                             | False    | True          |\n\n\n**Examples**\n\n   ```bash\n    python app.py -i pictures -o pictures\n   ```\n\n\n\u003c/details\u003e\n\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/mrKazzila\"\u003eGitHub\u003c/a\u003e •\n  \u003ca href=\"https://mrkazzila.github.io/resume/\"\u003eResume\u003c/a\u003e •\n  \u003ca href=\"https://www.linkedin.com/in/i-kazakov/\"\u003eLinkedIn\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrkazzila%2Fexif_cleaner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrkazzila%2Fexif_cleaner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrkazzila%2Fexif_cleaner/lists"}