Metadata-Version: 2.1
Name: excel2vcf
Version: 1.0.2
Summary: Making vcard files from excel files.通过 excel 文件生成可导入手机的 vcard 文件
Home-page: UNKNOWN
Author: htiger
Author-email: huangtg332052@163.com
License: UNKNOWN
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.24.4)
Requires-Dist: openpyxl (>=3.1.5)
Requires-Dist: pandas (>=2.0.3)
Requires-Dist: xlrd (>=2.0.1)

# 项目描述

通过excel文件生成vcad文件，实现批量联系人导入功能。

# 安装
```
pip install excel2vcf
```

# 使用方式
```
# /path/to/out_vacard.vcf 自定义输出的vcf文件路径
# /path/to/excel.xlsx 需要导入的excel文件，支持.xlsx .xls .et
excel2vcf /path/to/out_vacard.vcf /path/to/excel.xlsx
```

