Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jayshenkar07/checksum-backed-duplicate-file-detective-and-cleaner


https://github.com/jayshenkar07/checksum-backed-duplicate-file-detective-and-cleaner

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Checksum-Backed-Duplicate-File-Detective-and-Cleaner

## Description:

This Python script efficiently identifies and removes duplicate files within a specified directory using a robust checksum approach. By traversing through the directory, it calculates the checksum (MD5 hash) of each file, allowing for accurate comparison and detection of duplicates. The script then presents a clear report of duplicate files found and proceeds to remove them, optimizing storage space and organization.

## Features:

Duplicate Detection: Utilizes MD5 hash checksums to accurately identify duplicate files within the specified directory.

Clear Reporting: Presents a clear report detailing the duplicate files found, facilitating easy review and decision-making.

Efficient Removal: Removes duplicate files, optimizing storage space and improving directory organization.

## Requirements:

Python 3.x

## Usage
1. Clone the repository to your local machine
2. Navigate to the project directory
3. Run the script with the specified directory path

## Disclaimer:
This script is provided as-is without any warranty. Use it at your own risk.** Always ensure you have appropriate backups before removing files.
**