From 7476a75800d178d93e71c8ba1a3c28eed41a02ed Mon Sep 17 00:00:00 2001 From: "Andy Lu (Lu, Yu-An)" <86964895+NaoCoding@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:36:44 +0800 Subject: [PATCH 1/6] Create README_zh.md --- README_zh.md | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 README_zh.md diff --git a/README_zh.md b/README_zh.md new file mode 100644 index 0000000..33d62f3 --- /dev/null +++ b/README_zh.md @@ -0,0 +1,149 @@ +
+ +
+ +
+ + +
+

CSV2VCF

+ +

轉換 CSV 檔案 To VCF 檔案

+

By Moduland Co

+
+ + + +---------- + + + + +
+ + + Requirements Status + PyPI version +
+ + + + + + + + + + +## 安裝流程 +### 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` 資料夾 + + +
+ +
+ +## 自動安裝 + + +
+ + + + + + + + + + + + + +
LinuxWindows
+ +
+ + +## 輸入檔案格式 + +
+ +
+ + +## 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 到 [info@moduland.ir](mailto:info@moduland.ir "info@moduland.ir"). + + +## 開源貢獻 + +你可以 fork 這個專案, 改善或修改部分內容並發 PR 回來如果你想要在這裡看到你的成果. 我會非常感謝. ❤️ + +在寄送 PR 前請寫看看自己的code確認沒有問題. + +## 贊助我們的計畫 + +If you feel like our project is important can you please support us? +Our project is not and is never going to be working for profit. We need the money just so we can continue doing what we do. + +

Bitcoin :

+ +```1XGr9qbZjBpUQJJSB6WtgBQbDTgrhPLPA``` + + +

Payping (For Iranian citizens) :

+ + + +## License +
+ +
+Moduland Website + +
+ + + + + From eecb62165ea0249210bb98fdb93864a04ca9b07d Mon Sep 17 00:00:00 2001 From: "Andy Lu (Lu, Yu-An)" <86964895+NaoCoding@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:37:52 +0800 Subject: [PATCH 2/6] Update README_zh.md --- README_zh.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README_zh.md b/README_zh.md index 33d62f3..8198e36 100644 --- a/README_zh.md +++ b/README_zh.md @@ -123,15 +123,15 @@ ## 贊助我們的計畫 -If you feel like our project is important can you please support us? -Our project is not and is never going to be working for profit. We need the money just so we can continue doing what we do. +如果你覺得我們的專案很棒可以贊助我們 +我們的專案從來都不是為了賺錢,只是我們需要一些金錢來維護它

Bitcoin :

```1XGr9qbZjBpUQJJSB6WtgBQbDTgrhPLPA``` -

Payping (For Iranian citizens) :

+

Payping (伊朗居民) :

From abae6d41b4d5751568dd147b3d5221c394303dc3 Mon Sep 17 00:00:00 2001 From: "Andy Lu (Lu, Yu-An)" <86964895+NaoCoding@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:38:42 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 696fca5..2c2bf63 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Chinese](https://img.shields.io/badge/lang-Chinese-red.svg)](https://github.com/jonatasemidio/multilanguage-readme-pattern/blob/master/README.md)
From 8ece0b2e10287d3e62fc767840cc8f512e8d7796 Mon Sep 17 00:00:00 2001 From: "Andy Lu (Lu, Yu-An)" <86964895+NaoCoding@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:39:12 +0800 Subject: [PATCH 4/6] Update README_zh.md --- README_zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_zh.md b/README_zh.md index 8198e36..c96baca 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,3 +1,4 @@ +[![English](https://img.shields.io/badge/lang-English-red.svg)](https://github.com/jonatasemidio/multilanguage-readme-pattern/blob/master/README.md)
From 88d575df6538eaf89e5dc2d66c1c80b71b4ee774 Mon Sep 17 00:00:00 2001 From: "Andy Lu (Lu, Yu-An)" <86964895+NaoCoding@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:40:00 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c2bf63..ca7c64e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Chinese](https://img.shields.io/badge/lang-Chinese-red.svg)](https://github.com/jonatasemidio/multilanguage-readme-pattern/blob/master/README.md) +[![Chinese](https://img.shields.io/badge/lang-Chinese-red.svg)](https://github.com/NaoCoding/fork_csv2vcf/blob/master/README_zh.md)
From 0bc50b20d9657fd3b1d08a353f10dff99d736d22 Mon Sep 17 00:00:00 2001 From: "Andy Lu (Lu, Yu-An)" <86964895+NaoCoding@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:40:11 +0800 Subject: [PATCH 6/6] Update README_zh.md --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index c96baca..f83f7d9 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,4 +1,4 @@ -[![English](https://img.shields.io/badge/lang-English-red.svg)](https://github.com/jonatasemidio/multilanguage-readme-pattern/blob/master/README.md) +[![English](https://img.shields.io/badge/lang-English-red.svg)](https://github.com/NaoCoding/fork_csv2vcf/blob/master/README.md)