white3 / FlipString

Flip string or flop string tool, it's funny.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlipString

Flip string or flop string tool, it's funny.

将字符串flip反转

$ python flipString.py -e "flip"

     ___________
< pıʃɟ flip >
 -----------
                                            .::!!!!!!!:.
  .!!!!!:.                        .:!!!!!!!!!!!!
  ~~~~!!!!!!.                 .:!!!!!!!!!UWWW$$$
      :$$NWX!!:           .:!!!!!!XUWW$$$$$$$$$P
      $$$$$##WX!:      .<!!!!UW$$$$"  $$$$$$$$#
      $$$$$  $$$UX   :!!UW$$$$$$$$$   4$$$$$*
      ^$$$B  $$$$\     $$$$$$$$$$$$   d$$R"
        "*$bd$$$$      '*$$$$$$$$$$$o+#"
             """"          """""""

[+]input :flip
[+]output:pıʃɟ

Quick Start

将字符串abcd编码:

python flipString.py -e "abcd"

将字符串pıʃɟ解码:

python flipString.py -d "pıʃɟ"

将结果保存到文件:

python flipString.py -eo "abcd"

USAGE

-h      help
-d      decode the code to decode.txt
-f      check filename as input
-o      save input and result to file

encode -> encode.txt

decode -> decode.txt
Example: python flipString.py -eo "abc"

About

Flip string or flop string tool, it's funny.

License:Apache License 2.0


Languages

Language:Python 100.0%