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: about 2 months ago
JSON representation
Python app built to scan a directory, check for duplicate files, and send them to the trash.
- Host: GitHub
- URL: https://github.com/tyler-tee/file-deduplicator
- Owner: tyler-tee
- License: mit
- Created: 2023-06-18T14:25:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T13:05:31.000Z (over 2 years ago)
- Last Synced: 2025-01-04T14:48:31.765Z (over 1 year ago)
- Topics: duplicate, duplicate-detection, duplicate-files, pysimplegui, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```