A python bitcoin qr reader
Project description
A python bitcoin qr reader
- Recognizes (and classifies)
- Addresses (also BIP21 with amount)
- Transactions (also base43 electrum encoding)
- PSBT
- Xpub
- Descriptor
- Multipath Descriptor (like Sparrow)
- Partial descriptors (Specter DIY) ( finger print , derivation, xpub)
- TxId
- Animated QR Codes (UR) (Transactions and Descriptors)
- Animated QR Codes (Specter)
- blazingly fast recognition
- SLIP132 --> BIP32 conversion (output descriptors replace SLIP132)
Demo
Run the demo with
python demo.py
Install package
From pypi
pip install bitcoin_qrreader
From git
-
Setup poetry and install dependencies
curl -sSL https://install.python-poetry.org | python3 - # see https://python-poetry.org/docs/master/#installing-with-the-official-installer poetry config virtualenvs.in-project true poetry install
-
Run
poetry shell python -m bitcoin_qrreader
Licences
The python files in bitcoin_qrreader are under the GPL3.
The folder bitcoin_qrreader/ur is from https://github.com/Foundation-Devices/foundation-ur-py and under BSD-2-Clause Plus Patent License.
The folder bitcoin_qrreader/urtypes from https://github.com/selfcustody/urtypes is under MIT.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bitcoin_qrreader-0.7.4.tar.gz
(49.0 kB
view hashes)
Built Distribution
Close
Hashes for bitcoin_qrreader-0.7.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7ea5df1e5952d6f15dfbc873a7ff37ae0a2c6bc443d04b98f2a29e3384bb640 |
|
MD5 | 9a88af97ffb0f3722c8c5526ff37aebf |
|
BLAKE2b-256 | 54585138e70460bf7d50121c6b869670a145c9d57ab97e6885448bace62446b7 |