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

https://github.com/piranhap/csv2vcf

This python script grabs a csv generated from Outlook web, and it turns each contact into a vcf file.
https://github.com/piranhap/csv2vcf

Last synced: about 1 year ago
JSON representation

This python script grabs a csv generated from Outlook web, and it turns each contact into a vcf file.

Awesome Lists containing this project

README

          

# csv2vcf
This python script grabs a csv generated from Outlook web, and it turns each contact into a vcf file.

I think you need to add vobject if you don't have it
```
pip install vobject
```