/vcf_editor

vCard (VCF) managing

Primary LanguagePython

vcf editor

Python GUI for VCF parsing and editing

Designed for fast use. Security not implemented.

Prepare environment:

python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

Depend on these python3 modules:

To do

  • Rebuild ContactList class (property dic will hold actual vobjects)
  • Loading contact cards with special character sets (tested only utf-8 + win1250)
  • Phones sanizitation
  • Extend with contact details (picture, adresses, etc)

Resources (backup for now)

TkInter

https://www.tutorialkart.com/python/tkinter/entry/

VCF

Encoding to hexa-chars