base65536 Python 2 and 3 implementation.
~ $ python setup.py installwith pip
~ $ pip install base65536>>> import base65536
>>> a = base65536.encode(b"Hello World")
>>> print(a)
驈ꍬ啯ꍲᕤ
>>> print(base65536.decode(a))
Hello World| Name | Name | Last commit date | ||
|---|---|---|---|---|