Metadata-Version: 2.4
Name: rimecard
Version: 0.1.1
Summary: Extract vcf vcard contacts to rime pinyin dictionary.
Project-URL: homepage, https://github.com/darkclip/rimecard
Project-URL: repository, https://github.com/darkclip/rimecard
Project-URL: documentation, https://github.com/darkclip/rimecard
Author-email: darkclip <darkclip@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE.md
Keywords: dict,dictionary,pinyin,rime,vcard,vcf
Requires-Python: >=3.8
Requires-Dist: chardet>=5.2.0
Requires-Dist: pypinyin>=0.54.0
Description-Content-Type: text/markdown

# rimecard

Extract vcf vcard contacts to rime pinyin dictionary.

将vcf格式的vcard通讯录里的姓名转换为rime输入法使用的字典格式。
将FN字段中的姓名合并，翻译为拼音，权重提升为1。
`-i`定义输入文件，未定义输出文件时屏幕输出，`-o`定义输出文件，`-e`定义输出编码（默认utf-8），`-l`定义字符数限制（默认3）


## 安装

`pip install rimecard`


## 使用

`python3 -m rimecard -i vcard.vcf [-o OUTPUT] [-e ENCODING (default:utf-8)] [-l WORDS_LIMIT (default:3)]`

