This is a fork from decentropy/bip38 updated to Python 3.10 and an additional support for other coins.
This implementation supports
- BTC (mainnet / testnet)
- LTC (mainnet / testnet)
- DOGE (mainnet / testnet)
Required packages: (apt-get install) python-dev libssl-dev libjpeg-dev zlib1g-dev libpng-dev libfreetype6-dev
Required modules: (pip install) pycryptodomex scrypt bitcoin base58 pillow qrcode cryptos
(Credit: https://github.com/surg0r/bip38 and https://github.com/decentropy/bip38)
First to inputs (currency and testnet) have defaults (first choice in upper case)
Other optional inputs are marked as "(optional)"