Skip to content

Instantly share code, notes, and snippets.

@schoettl
schoettl / csv2vcf.py
Last active September 28, 2019 21:05 — forked from mridah/csv2vcf.py
csv2vcf is a small command line tool to convert CSV files to VCard (.vcf) files.
"""
Original Author: Mridul Ahuja
Co-Author: Jakob Schöttl
GitHub: https://github.com/schoettl/csv2vcf
Description: A small command line tool to convert CSV files to VCard files
Changes:
- python3
"""