Skip to content

ahmadrezash/vcf_convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages