jhagas / csv2vcf

Simple python script to convert CSV to VCF contact file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV To VCF

Python script to convert CSV data to VCF contact file format

Bagi MABA, script ini bisa digunakan untuk secara otomatis menyimpan nomor teman seangkatan jika kating kalian meminta kalian melakukan itu. Ckhhhss

Dependencies

This is a python script with ONLY built-in modules. Make sure you have python v3.9 installed to your system. You can use this script on all platforms.

CSV Format

You can see examples for the format of the CSV. You can empty some entry if you want to. csv example

How to use

I assume you have installed python v3.9 and git in your system.

  1. Clone this repository
git clone https://github.com/jhagas/csv2vcf
cd csv2vcf
  1. Running this script
  • Type the following command and hit ENTER:
python csv2vcf.py

You have to fill the form correctly, and type done and ENTER if you are done typing all csv that you want to convert.

  • Another way to run this script is to write all CSV file as argument. For example
python csv2vcf.py file.csv file2.csv and so on..
  1. Output file will be saved in folder named output

License

MIT License

About

Simple python script to convert CSV to VCF contact file

License:MIT License


Languages

Language:Python 100.0%