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:
- 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)