ablitstein / Vcards-to-CSV

A script that will take a folder full of Vcards and output a CSV file with the contact information
6 stars 5 forks source link

Vcards-to-CSV

A script that will take a folder full of Vcards and output a CSV file with the contact information

Place this script in the folder containing the Vcards, and run the command python vcf_breakdown.py_ filename___

Dependencies

Please note, this requires Pandas to run.

To install the required dependencies, whether in a virtual environment (such as venv, virtualenv or pipenv) or a base system:

$ pip install -r requirements.txt
#  if your system packages both python2 and python3 you may need to be
#  explicit in running either pip or pip3.