Skip to content

kubow/vcf_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

python GUI for VCF editing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages