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
- Host: GitHub
- URL: https://github.com/gill-singh-a/csv-to-vcard-converter
- Owner: Gill-Singh-A
- Created: 2023-05-16T11:35:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T20:02:17.000Z (over 2 years ago)
- Last Synced: 2025-06-07T04:06:42.218Z (4 months ago)
- Topics: csv, file-management, python, vcard, vcf
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* timeInstall 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