Skip to content

🍀 hashily is your go-to utility tool for effortlessly performing diverse text encoding and decoding tasks.

License

Notifications You must be signed in to change notification settings

TrueMyst/hashily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashily 0.0.6

MIT License Downloads

hashily is a python module that performs a variety of text decoding and encoding functions. It also various functions for encrypting and decrypting text using various ciphers.

PyPi: https://pypi.org/project/hashily

Docs: https://hashily.readthedocs.io/en/latest

0 Updates

  • Added new function: pigLatin
  • Changed Integer class's name to ASCII
  • Bug Fixes

1 Installation

You may use pip or a similar tool to install latest versions of hashily from the PyPi. To Install the Module -

  • Install the Stable Version:
# Linux/macOS
python3 -m pip install -U hashily

# Windows
py -3 -m pip install -U hashily
  • Install the Beta Version:
pip install git+https://github.com/MystYT-21/hashily.git

2 Usage

To import the Module, you can do like this -

>>> import hashily

2.1 Examples

>>> import hashily

# Use the .encode() function to Encode the Text
>>> print(hashily.Caesar.encode("Hey"))
'Khb'

# Use the .decode() function to Decode the Text
>>> print(hashily.Caesar.decode("Khb, Krz duh brx?"))
'Hey, How are you?'

>>> print(hashily.Octal.encode("Good! You?")) 
'107 157 157 144 41 40 131 157 165 77'

>>> print(hashily.Octal.decode("111 40 141 155 40 147 157 157 144 40 164 157 157 40 72 51")) 
'I am good too :)'

3 Available Functions

The following functions are currently available:

Ciphers Encoding Transform
ROT13 Binary reverse
AtBash Hexadecimal titlelize
Bacon Octal password
A1Z26 ASCII token
Caesar UrlEncoding altCase
MorseCode UnicodePoint firstLetter
- Base32 pigLatin

4 Feedback

If you have any feedback, please reach out to us at our Discord

Show some love to these guys!

A special thanks to them; they helped me a lot throughout this entire project.

And if you are still reading this, I hope you have a wonderful day.

About

🍀 hashily is your go-to utility tool for effortlessly performing diverse text encoding and decoding tasks.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages