Git Product home page Git Product logo

duplicate-images-remover's Introduction

Duplicate-Images-Remover

Brief

This is a Python tool designed to detect and remove duplicate images within a specified folder. It utilizes image hashing techniques and offers a user-friendly graphical interface built with Tkinter.

Snapshot

Tool Screenshot

Workflow Explanation

The tool operates in two modes: Search Only and Search and Delete.

  1. Search Only Mode: It scans the specified folder for duplicate images. It saves the results to a text file indicating which images are duplicates of each other.

  2. Search and Delete Mode: It scans and automatically deletes duplicate images.

The threshold parameter ranges from 0 (most tolerant) to 4 (most aggressive) allowing users to adjust the sensitivity of duplicate detection.

Setup Instructions

Using Python Virtual Environment

  1. Create a Python virtual environment:
    python -m venv local
  2. Install dependencies:
    .\local\Scripts\pip install imagehash==4.3.1 pillow==10.2.0 tqdm==4.66.2
  3. Run the tool:
    .\local\Scripts\python main.py

Using Executables

  1. Download the pre-built executable from the releases section.
  2. Double-click the executable to run the tool.

Notes

The application has a terminal showing backend progress.

duplicate-images-remover's People

Contributors

lachhabw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.