Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyler-tee/file-deduplicator

Python app built to scan a directory, check for duplicate files, and send them to the trash.
https://github.com/tyler-tee/file-deduplicator

duplicate duplicate-detection duplicate-files pysimplegui python

Last synced: 5 days ago
JSON representation

Python app built to scan a directory, check for duplicate files, and send them to the trash.

Awesome Lists containing this project

README

        

# File Deduplicator

A Python application built with PySimpleGUI that scans a directory, checks for duplicate files, and sends them to the trash.

## Features

- Scan a specified directory for duplicate files.
- Identify duplicate files based on their MD5.
- User-friendly graphical interface using PySimpleGUI.

## Prerequisites

- Python 3.6 or above
- PySimpleGUI
- Send2Trash

## Installation

1. Clone the repository:

```shell
git clone https://github.com/your-username/duplicate-file-remover.git
```

2. Install dependencies
```shell
pip install -r requirements.txt
```

3. Run the application
```shell
python main.py
```