0

I want to write a script which does save user information like name , contact number etc as a vCard in the form of a file . Is there any library for it ?

shuboy2014
  • 1,350
  • 2
  • 18
  • 44

1 Answers1

5

vobject can do this. See the project description on PyPI or the project homepage for details.

Jake Conway
  • 901
  • 16
  • 25