Metadata-Version: 2.4
Name: imagededup-ui
Version: 0.1.0
Summary: UI for image deduplication
Project-URL: Changelog, https://github.com/S1M0N38/imagededup-ui/blob/main/CHANGELOG.md
Project-URL: Homepage, https://github.com/S1M0N38/imagededup-ui
Project-URL: Issues, https://github.com/S1M0N38/imagededup-ui/issues
Project-URL: Repository, https://github.com/S1M0N38/imagededup-ui
Author-email: S1M0N38 <bertolottosimone@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.13
Requires-Dist: imagededup>=0.3.3.post2
Requires-Dist: tqdm>=4.67.3
Description-Content-Type: text/markdown

<div align="center">
  <h1>Imagededup UI</h1>
  <p align="center">
    <a href="https://github.com/S1M0N38/imagededup-ui/actions/workflows/code_quality.yml">
      <img alt="Run Tests badge" src="https://img.shields.io/github/actions/workflow/status/S1M0N38/imagededup-ui/code_quality.yml?style=for-the-badge&label=Tests"/>
    </a>
    <a href="https://www.python.org/downloads/">
      <img alt="Python 3.13+" src="https://img.shields.io/badge/python-3.13+-blue.svg?style=for-the-badge&logo=python&logoColor=white"/>
    </a>
    <a href="https://pypi.org/project/imagededup-ui/">
      <img alt="PyPI" src="https://img.shields.io/pypi/v/imagededup-ui?style=for-the-badge&logo=pypi&logoColor=white"/>
    </a>
  </p>
  <div><img src="https://github.com/user-attachments/assets/a3cd3845-0214-4e78-8bbf-67b0f8e1d9eb" alt="imagededup-ui screenshot"></div>
</div>

Assuming that you have [uv](https://docs.astral.sh/uv/) installed, simply run:

```
uvx imagededup-ui [path/to/images/directory]
```

Mark the images as duplicates by clicking on the image thumbnails. In the `path/to/images/directory` will be created a `.imagededup.txt` file with the duplicates with the path of images mark as duplicates.
