Metadata-Version: 2.4
Name: dupe-hunter
Version: 0.1.0
Summary: Find and remove duplicate files quickly
Author-email: lalalaleishaaa <your-email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/lalalaleishaaa/dupe-hunter
Project-URL: Bug Tracker, https://github.com/lalalaleishaaa/dupe-hunter/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: click>=8.0.0

\# 🔍 Dupe Hunter



\*\*Find and delete duplicate files in seconds!\*\* 



\##  Real Results



I ran this on my own computer and:

\-  Found \*\*16,541 duplicate files\*\*

\-  Saved \*\*3.1 GB\*\* of disk space

\-  Scanned \*\*50,000+ files\*\* in minutes



\##  Features



\- \*\*Blazing fast\*\* - Groups by file size first

\- \*\*Progress bars\*\* - See what's happening

\- \*\*Beautiful output\*\* - Color-coded tables

\- \*\*Space calculator\*\* - Shows how much you'll save

\- \*\*Safe delete\*\* - Keeps first file, deletes rest



\##  Installation



```bash

pip install dupe-hunter

