From b4792c9ab0f6b7e8fdea792bd2f823e5c3ff055b Mon Sep 17 00:00:00 2001 From: Eljakim Herrewijnen Date: Sat, 19 Dec 2020 12:54:50 +0100 Subject: [PATCH] Added readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9a2015 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +

VCF converter

+

Quick python convertor to import our Family .xls and export a simple VCF file that can be imported into most contact managers.

+ +

Usage:

+

Issue the following commands to setup a virtual environment and execute the script.

+ +> python3 -m vev venv/ + +> source venv/bin/activate + +> python3 -m pip install -r requirements.txt + +> python3 convert.py +