Skip to content

pschork/koremutake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Koremutake

Convert to and from Koremutake Memorable Random Strings.

Koremutake is a 128bit MeRS encoding algorithm that can convert any large, unsigned number into a memorable sequence of phonetically unique syllables.

For details see http://shorl.com/koremutake.php

To install, run 'sudo easy_install koremutake'

>>> import koremutake
>>> koremutake.encode(10610353957)
'koremutake'
>>> koremutake.decode('koremutake')
10610353957

About

Convert to and from Koremutake Memorable Random Strings in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages