PA193_mnemonic_HyperShell
Master branch build status :
Develop branch build status :
Structure
The main package is mnemonic. The example UI is in mnemonic-ui. Tests are in tests.
Install
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.