Mnemonic Major Encoder

https://img.shields.io/pypi/v/mnemonic-major-encoder.svg https://img.shields.io/travis/JackNova/mnemonic-major-encoder.svg Documentation Status

Encode and Decode text by the Major System

Features

  • encode text by the mnemonic major system
  • decode a number into a word according to the mnemonic major system

Usage

>>> from mnemonic_major_encoder import encoder
>>> encoder.encode("dario")
'14'
>>> from mnemonic_major_encoder import decoder
>>> decoder.decode("23095")
['inammissibile', 'inammissibili', 'inammissible']

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.