pushpendrahpx / Excel-Sheet-to-VCF-File-Using-Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spreadsheets to VCF Files using Python

Steps of Installation

  1. Clone this Repository
  2. To install the Requirements to work Our Program properly
pip install -r requirements.txt
  1. Add Your Spreadsheet '.xlsx' in same folder of main.py
  2. Run From terminal or Command Prompt [ Don't Forget to pass spreadsheet filename as Argument ]
python main.py <your-spreadsheet-name>.xlsx
  1. And it will generate new file in same directory named 'contacts.vcf'

So this way, vcf File gets created, and use it on your Phone to save multiple contacts at single click

About


Languages

Language:Python 100.0%