Skip to content

Repository files navigation

Ko-fi PayPal

If this project helped you, please consider a small donation. If you run into issues or have ideas, open an issue: https://github.com/dma61/DuplicateFileFinder/issues

DuplicateFileFinder

Tools for finding and managing duplicate files on Windows with a simple local web UI.

What’s included

  • DuplicateFileSizeFinder.py — Finds exact duplicates by grouping on file size and then verifying with SHA-256.
    Shows a results page sorted by potential space savings. Files can be opened in Explorer or safely moved to the Recycle Bin.

  • DuplicateFileName.py — Finds duplicates by name.
    If a filename starts with a timestamp in the form eejjmmdd (optionally followed by -mmss / _mmss), the text after that timestamp is treated as the comparison name.
    You can compare with or without the file extension.

Both apps:

  • Start a local Flask server and open your browser with a waiting screen and progress bars.
  • Exclude system folders and OneDrive folders by default.
  • Skip OneDrive Files-On-Demand placeholders (to avoid auto-downloads), unless you opt in.
  • Move deletions to the Recycle Bin (via send2trash) — no permanent deletion.

Requirements

pip install -r requirements.txt

About

Find Duplicates on your Computer

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages