Skip to content

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

License

Notifications You must be signed in to change notification settings

tyler-tee/File-Deduplicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
git clone https://github.com/your-username/duplicate-file-remover.git
  1. Install dependencies
pip install -r requirements.txt
  1. Run the application
python main.py

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages