Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 393 Bytes

README.rst

File metadata and controls

32 lines (19 loc) · 393 Bytes

base65536

Tested on Python3.

Installation

~ $ python setup.py install

or can use pip

~ $ pip install base65536

Quick start

>>> import base65536
>>> a = base65536.encode("Hello World")
>>> print(a)
驈ꍬ啯ꍲᕤ
>>> print(base65536.decode(a))
Hello World