Skip to content

Commit 00da646

Browse files
authored
Update README.md
1 parent f81d47b commit 00da646

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ http://gadgetzz.com/2016/01/01/part-two-of-the-creepy-puzzle-11b-3-1369/
6464
在B站找频谱图的时候不小心发现了关键词“11B-X-1371”,一顿Google之后又发现了关键词“tap code”。既然都是用点传递信息那就借用一下吧。
6565

6666
# How To Use
67+
### tapcode.py
6768
If you want translate words, input:
6869
python3 tapcode.py nyanya~
6970
The Terminal will return:
@@ -73,3 +74,14 @@ Or translate sentence, input:
7374
python3 tapcode.py "Author by firedom"
7475
The Terminal will return:
7576
<p>·· ·/··· ·/· ·/·····/· · · ·/·· ··/ /· ····/· ·· · ·/ /··· ··/···/·· ··/··/· ···/· · · ·/· · ·/</p>
77+
78+
### IR.py
79+
If you want translate words, input:
80+
python3 IR.py "· ··/· ·· · ·/·· ·/· ··/· ·· · ·/·· ·/~"
81+
The Terminal will return:
82+
nyanya~
83+
84+
Or translate sentence, input:
85+
python3 IR.py "·· ·/··· ·/· ·/·····/· · · ·/·· ··/ /· ····/· ·· · ·/ /··· ··/···/·· ··/··/· ···/· · · ·/· · ·/"
86+
The Terminal will return:
87+
author by firedom

0 commit comments

Comments
 (0)