1
0
Fork
You've already forked parse-contacts
0
Parse contacts from a VCF file and print minimal info about them.
  • Python 100%
2024年01月18日 10:36:14 +01:00
parse_contacts.py Initial import 2024年01月18日 10:32:04 +01:00
README.md Update README 2024年01月18日 10:36:14 +01:00

parse_contacts.py

Requirements

python3 -m pip install vobject

Examples

parse_contacts.py contacts.vcf
parse_contacts.py contacts.vcf | less
parse_contacts.py contacts.vcf > result.txt