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.
- Host: GitHub
- URL: https://github.com/piranhap/csv2vcf
- Owner: piranhap
- License: mit
- Created: 2024-12-05T20:45:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T19:11:30.000Z (over 1 year ago)
- Last Synced: 2025-02-28T05:49:31.672Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
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
```