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.