Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tyler-tee/file-deduplicator
- Owner: tyler-tee
- Created: 2023-06-18T14:25:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T22:22:11.000Z (12 months ago)
- Last Synced: 2023-11-29T23:27:37.550Z (12 months ago)
- Topics: duplicate, duplicate-detection, duplicate-files, pysimplegui, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```