Metadata-Version: 2.1
Name: excel2vcf
Version: 1.0.1
Summary: Making vcard files from excel files.通过 excel 文件生成可导入手机的 vcard 文件
Home-page: UNKNOWN
Author: htiger
Author-email: huangtg332052@163.com
License: UNKNOWN
Description: # 项目描述
        
        通过excel文件生成vcad文件，实现批量联系人导入功能。
        
        # 安装
        ```
        pip install excel2vcf
        ```
        
        # 使用方式
        ```
        excel2vcf /path/to/out_vacard.vcf /path/to/excel.xlsx
        ```
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
