Python Paper Wallet
Project description
pypaperwallet
Python Paper Wallet based on github/pointbiz/bitaddress.org
To install choco
see the Chocolatey install page
From Windows shell run:
choco install python --version=3.7.1
choco install -y MSYS2
refreshenv.cmd
pip install pypaperwallet WeasyPrint mnemoic qrcode[pil] pycoin
From MSYS2 shell run:
pacman -S mingw-w64-x86_64-gtk3
From Python 3.7 run:
from pypaperwallet.pdf_wallet import mk_wallet, write_pdf
from pypaperwallet.template import disclosure
mk_wallet('wallet.pdf')
# For political contributions, generate disclosure form
write_pdf(political_disclosure(), 'disclosure.pdf')
PGP Key: Reddit, Website, SKS Keyserver
6285 FA08 FB67 B72B E4DA 4184 835F 0433 A6D5 1860
Verifying package and execute
- Find latest release at https://github.com/brianddk/pypaperwallet/releases
- Expand "Assets" and download the "Source code (tar.gz)" as
pypaperwallet.tar.gz
. - Download the
*.tar.gz.sig
file naming itpypaperwallet.tar.gz.sig
- Use the GPG command
gpg --verify *.tar.gz.sig
to verify the download - Extract the contents of the
.zip
or.tar.gz
file to any directory - Modify
test.py
to your liking and run from python 3.7 to produce the PDFs. - To change wording, modify the contents of
template.py
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
pypaperwallet-0.3.tar.gz
(21.0 kB
view hashes)