File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
6768If you want translate words, input:
6869python3 tapcode.py nyanya~
6970The Terminal will return:
@@ -73,3 +74,14 @@ Or translate sentence, input:
7374python3 tapcode.py "Author by firedom"
7475The 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
You can’t perform that action at this time.
0 commit comments