Metadata-Version: 2.1
Name: mnemonic_utils
Version: 0.1.3
Summary: mnemonic_utils is a small library to ease mnemonic and address generation
Home-page: https://github.com/WiraDKP/mnemonic_utils
Author: Wira Dharma Kencana Putra
Author-email: wiradharma_kencanaputra@yahoo.com
Keywords: mnemonic web3 blokchain address
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Mnemonic Utils
A simple library that utilizes web3.py to generate mnemonics and their respective addresses

# User Installation Guide
```
pip install mnemonic-utils
```
