A Python Program that Converts the given CSF Files to VCard(.vcf) Format
Language Used = Python3
Modules/Packages used:
- datetime
- optparse
- colorama
- time
Install the dependencies:
pip install -r requirements.txt
The csv_to_vcard_converter.py takes the following arguments through the command that is used to run the Python Program:
- '-c',"--csv" : CVS Files (separated by ',') ('*' for every CSV File present in the Folder)
- '-v',"--vcf" : Name of the Output VCard File (.vcf) (Default=Current Date and Time)
It generates the required VCard File
The Data inside the CSV File should be present in the following format
Name,Phone Number