Unnamed repository; edit this file 'description' to name the repository.
Find a file
2025-01-24 17:07:19 +02:00
find_duplicate_files Fix style 2025-01-24 17:07:19 +02:00
.gitignore Initial commit 2023-01-25 14:26:45 +02:00
LICENSE Initial commit 2023-01-25 14:26:45 +02:00
pyproject.toml Initial commit 2023-01-25 14:26:45 +02:00
README.md Initial commit 2023-01-25 14:26:45 +02:00
requirements.txt Initial commit 2023-01-25 14:26:45 +02:00
setup.cfg Initial commit 2023-01-25 14:26:45 +02:00
setup.py Initial commit 2023-01-25 14:26:45 +02:00

find_duplicate_files

Requirements

Installation

Linux

sudo python3 setup.py install

Windows (from PowerShell)

& $(where.exe python).split()[0] setup.py install

Usage

find_duplicate_files.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters