Skip to content

Instantly share code, notes, and snippets.

View daom89's full-sized avatar

Diego Alonso Ojeda Medina daom89

View GitHub Profile
@daom89
daom89 / export.py
Last active November 2, 2022 10:40
vCard vcf Files export to csv Google contacts Python
import os, vobject, csv
from os import walk
titles = [ "Name"
,"Given Name"
,"Additional Name"
,"Family Name"
,"Yomi Name"
,"Given Name Yomi"
,"Additional Name Yomi"
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mycompany.ejemplovectores;
import javax.swing.JOptionPane;
/**