/vcf_editor

python GUI for VCF editing

Primary LanguagePython

vcf editor

Python GUI for VCF (contact files)

  • reading single VCF file / directory with VCF files
  • exporting contacts to a directory
  • altering data in VCF files

Prepare environment:

python -m venv venv
source ./venv/bin/activate
venv/Script/activate #windows way
pip install -r requirements.txt

Then running a corresponding file will trigger an action:

python main.py  # tkinter interface

user_interface

To do

  • Loading contact cards with special character sets (tested only utf-8 + win1250)
  • Phones sanizitation
  • Improve TkInter

Resources (backup for now)

TkInter

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

VCF

Encoding to hexa-chars