Master branch build status :
Develop branch build status :
The main package is mnemonic. The example UI is in mnemonic-ui. Tests are in tests.
The project doesn't have a setup.py file, so to be able to import the package, add the the base directory to PYTHONPATH.
For example, when in the base directory of the project, use export PYTHONPATH=$PYTHONPATH:$(pwd)
. Then simply import, e.g. from mnemonic.mnemonic import get_mnemonic_from_entropy_hex
.