|
Project Information
Members
|
A short python script to convert a vCard file (.vcf) of exported Gmail contacts into abook's addressbook format. To export your gmail contacts in vCard format, select Contacts -> Export and choose the 3rd export format (vCard). The file will be saved by default as contacts.vcf. Options:
--version show program's version number and exit
-h, --help show this help message and exit
-i INPUTFILE, --inputfile=INPUTFILE
The vcf file containing the contacts to convert
(default=contacts.vcf)
-o OUTPUTFILE, --outputfile=OUTPUTFILE
The name of the output file to be generated by this
script (default=addressbook)
-d, --debug Print debug statements (default=False)
-v Print the program version
|