Update README.md

This commit is contained in:
2025-07-22 10:03:24 +08:00
committed by GitHub
parent 7734223618
commit 8d6d55ebab

View File

@@ -1 +1,10 @@
# text-to-card
# text-to-card
靈感來自 [DeckCrypt](https://github.com/ashfn/deckcrypt),它可以把一串文字用 52 張撲克牌排列的方式編碼,也可以解碼。但 DeckCrypt 只能處理英文字(連數字都不行),所以我重做了 UTF-16 的版本,應該支援大部分的中文字和表情符號。
使用方式:
- **編碼**輸入一個字串13 個字元以內),程式會輸出 52 張撲克牌的排列。
- **解碼**:輸入 52 張撲克牌的排列例如As 3d Th 8c……程式會轉成字串。
透過這個程式你可以把祕密訊息藏在一副撲克牌裡面了!