An open API service indexing awesome lists of open source software.

https://github.com/gill-singh-a/csv-to-vcard-converter

A Python Program that Converts the given CSF Files to VCard(.vcf) Format
https://github.com/gill-singh-a/csv-to-vcard-converter

csv file-management python vcard vcf

Last synced: about 1 month ago
JSON representation

A Python Program that Converts the given CSF Files to VCard(.vcf) Format

Awesome Lists containing this project

README

          

# CSV to VCard Converter
A Python Program that Converts the given CSF Files to VCard(.vcf) Format

## Requirements
Language Used = Python3

Modules/Packages used:
* datetime
* optparse
* colorama
* time

Install the dependencies:
```bash
pip install -r requirements.txt
```

## Input
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)

## Output
It generates the required VCard File

### Note
The Data inside the CSV File should be present in the following format

>Name,Phone Number