Dup File Finder
Dup File Finder is a tool designed to help you locate duplicate files within your directories. It scans specified folders, compares files based on content, and reports duplicates to help you free up disk space and organize your files efficiently.
Features
- Fast scanning of directories for duplicate files
- Compares files by content (not just name or size)
- Easy-to-read output of duplicate groups
- Supports large directories
Installation
pip install dup-file-finder
Usage
Use the cli if want to use the default implementation. See the CLI documentation for details.
Or use the library portion to incorporate the logic into your own script or program. See the quickstart and the API documentation for more details.
License
This project is licensed under the MIT License