Skip to content

what-studio/base65536

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%