Skip to content

Parkayun/base65536

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base65536

Build Status

:Documentation Status

base65536 Python 2 and 3 implementation.

Installation

bash

~ $ python setup.py install

with pip

bash

~ $ pip install base65536

Quick start

python

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