Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Chinese version of README.md #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Chinese](https://img.shields.io/badge/lang-Chinese-red.svg)](https://github.com/NaoCoding/fork_csv2vcf/blob/master/README_zh.md)
<div align="center">
<img src="http://moduland.github.io/csv2vcf/images/logo.jpg" height=240px width=320px>
</div>
Expand Down
150 changes: 150 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
[![English](https://img.shields.io/badge/lang-English-red.svg)](https://github.com/NaoCoding/fork_csv2vcf/blob/master/README.md)
<div align="center">
<img src="http://moduland.github.io/csv2vcf/images/logo.jpg" height=240px width=320px>
</div>

<hr/>


<div align="center">
<h1>CSV2VCF</h1>

<p>轉換 CSV 檔案 To VCF 檔案 </p>
<p>By <a href="www.moduland.com">Moduland Co</a></p>
</div>



----------




<div align="center">
<a href="https://scrutinizer-ci.com/g/Moduland/csv2vcf/"><img src="https://scrutinizer-ci.com/g/Moduland/csv2vcf/badges/quality-score.png?b=master"></a>
<a href="https://www.codacy.com/app/Sepand-HaghighiOrganization/csv2vcf?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Moduland/csv2vcf&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/027746c2e5b24390aed377c6e5c678ba"/></a>
<a href="https://requires.io/github/Moduland/csv2vcf/requirements/?branch=master"><img src="https://requires.io/github/Moduland/csv2vcf/requirements.svg?branch=master" alt="Requirements Status" /></a>
<a href="https://badge.fury.io/py/csv2vcf"><img src="https://badge.fury.io/py/csv2vcf.svg" alt="PyPI version" height="18"></a>
</div>







</hr>
</hr>

## 安裝流程
### Source Code
- 下載 [版本 0.2](https://github.com/moduland/csv2vcf/archive/v0.2.zip) or [最新版本 ](https://github.com/Moduland/csv2vcf/archive/master.zip)
- 下載 python-tk `sudo apt-get update`+`sudo apt-get install python-tk` (需要root權限)
- `python3 setup.py install` or `python setup.py install` (需要root權限)

### PyPI


- 確認 [Python 函式庫 使用指南](https://packaging.python.org/installing/)
- `pip install csv2vcf` or `pip3 install csv2vcf` (需要root權限)


## 使用方法
### GUI介面
- 進入交互 in `.csv` file (以逗點隔開)
- 執行 csv2vcf `python3 -m csv2vcf` or `python -m csv2vcf` 在 Mac,Linux or Windows 平台
- 在程式中打開你的CSV檔案
- 結果會儲存於 `VCF_CONVERT` 資料夾
### 程式碼版本 (Terminal / CMD)
- 進入交互 in `.csv` file (以逗點隔開)
- 執行 csv2vcf with file as argument `python3 -m csv2vcf file.csv` or `python -m csv2vcf file.csv` on Mac,Linux or Windows 平台
- 結果會儲存於 `VCF_CONVERT` 資料夾


<div align="center">
<img src="http://moduland.github.io/csv2vcf/images/usage.gif">
</div>

## 自動安裝


<div align="center">
<table align="center" style="border:1px solid black;">
<tr>
<th>Linux</th>
<th>Windows</th>

</tr>

<tr>
<td><a href="https://travis-ci.org/Moduland/csv2vcf"><img src="https://travis-ci.org/Moduland/csv2vcf.svg?branch=master"></a></td>
<td> <a href="https://ci.appveyor.com/project/sepandhaghighi/csv2vcf"><img src="https://ci.appveyor.com/api/projects/status/10tg3do98auc5slo?svg=true"></a></td>

</tr>

</table>

</div>


## 輸入檔案格式

<div align="center">
<img src="http://moduland.github.io/csv2vcf/images/csv.png">
</div>


## TODO

- [ ] Phone Number
- [x] Mobile
- [x] Home
- [x] Work
- [ ] Multi
- [ ] Email
- [x] Mobile
- [x] Home
- [x] Work
- [ ] Multi
- [x] Address
- [x] URL
- [x] GUI

## 問題 & Bug 回報

直接填寫 issue 並形容問題,我們會盡速查看
或者也可以寄送 email 到 [[email protected]](mailto:[email protected] "[email protected]").


## 開源貢獻

你可以 fork 這個專案, 改善或修改部分內容並發 PR 回來如果你想要在這裡看到你的成果. 我會非常感謝. ❤️

在寄送 PR 前請寫看看自己的code確認沒有問題.

## 贊助我們的計畫

如果你覺得我們的專案很棒可以贊助我們
我們的專案從來都不是為了賺錢,只是我們需要一些金錢來維護它

<h3>Bitcoin :</h3>

```1XGr9qbZjBpUQJJSB6WtgBQbDTgrhPLPA```


<h3>Payping (伊朗居民) :</h3>

<a href="http://www.payping.net/sepandhaghighi" target="__blank"><img src="http://www.qpage.ir/images/payping.png" height=100px width=100px></a>

## License
<div align="center">
<a href="https://github.com/Moduland/csv2vcf/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"/></a>
<br/>
<a href="http://www.moduland.ir" target="_blank" title="Moduland Website"><img src="http://www.orangetool.ir/images/moduland.jpg" height="128px" width="128px" alt="Moduland Website"></a>

</div>