A simple python script who can remove duplicates contacts from a VCF file
Find a file
2026-03-26 11:26:02 +01:00
README.md Aggiorna README.md 2026-03-26 11:26:02 +01:00
RemoveDuplicateVCF.py Initial Commit 2026-03-24 20:15:33 +01:00

RemoveDuplicatesFromVCF

A simple python script who removes duplicate contacts from a vcf file.

It's a vibecoded fork of a vibecode tool because

Alt Text

Features:

  • Removes duplicate contacts based on phone numbers
  • Cleans & formats numbers automatically (+39 for 10-digit numbers)
  • Merges duplicate contacts, even if fields are reordered
  • Eliminates duplicate phone numbers within the same contact

Usage:

python .\RemoveDuplicateVCF.py input.vcf output