Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 380 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 380 Bytes

Duplicate File Remover

Find and remove duplicate files using python

Python version: 3.x

Dependencies

      This uses filecmp, hashlib, os and tkinter modules. But those modules should be already available as they are installed by default with python3.

How to use?

      Just run main.py with python3.