# Write Phone Number if 'phone' in contact: vcf_file.write(f"TEL:contact['phone']\n")
The answer lies in converting into VCF (vCard File) . json to vcf converter
You might be stuck with a JSON file for several reasons: # Write Phone Number if 'phone' in contact: vcf_file