Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.36 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.36 KB
 _     _ _                      _                          
| |__ | (_)__________ _ _ __ __| |_      ___ __ __ _ _ __  
| '_ \| | |_  /_  / _` | '__/ _` \ \ /\ / / '__/ _` | '_ \ 
| |_) | | |/ / / / (_| | | | (_| |\ V  V /| | | (_| | |_) |
|_.__/|_|_/___/___\__,_|_|  \__,_| \_/\_/ |_|  \__,_| .__/ 
                                                    |_|    

blizzardwrap

BlizzardWrap - is a CLI (command line interface) tool for encoding and decoding written in python3 and can be used for encoding or decoding in several formats. like URL, MorseCode, Atbash, Vigenere Ciphere, PhoneCode, WigWag, ASCII,HTMLEntities, A1Z26, Binary, Hexadecimal, Hexcode, ROT, Base64, Base32, Base16, Base85, Binary2Hex, Hex2Binary encoding & decoding

How to install?

You can simply clone this whole repository and use it. or you can download it in a compressed file format.

plot plot

After installing?

python3 -m pip install -r requirement.txt (for linux and macOS) Or python -m pip install -r requirement.txt (for windows)

OR Just Run setup.py

python3 setup.py

plot

python3 blizzardwrap.py -h

plot

python3 blizzardwrap.py -h [argument] (for more help) plot plot