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
- Loading contact cards with special character sets (tested only utf-8 + win1250)
- Phones sanizitation
- Improve TkInter