Unnamed repository; edit this file 'description' to name the repository.
Find a file
2022-06-13 21:11:22 +03:00
find_duplicate_contacts Add merge of cards 2022-06-13 21:11:22 +03:00
.gitignore Initial commit 2022-06-13 09:26:47 +03:00
pyproject.toml Initial commit 2022-06-13 09:26:47 +03:00
README.md Initial commit 2022-06-13 09:26:47 +03:00
requirements.txt Find duplicates in vcards 2022-06-13 11:55:55 +03:00
setup.py Initial commit 2022-06-13 09:26:47 +03:00

find_duplicate_contacts

Requirements

Installation

Linux

sudo python3 setup.py install

Windows (from PowerShell)

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

Usage

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