Skip to main content

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

  1. Find latest release at https://github.com/brianddk/pypaperwallet/releases
  2. Expand "Assets" and download the "Source code (tar.gz)" as pypaperwallet.tar.gz.
  3. Download the *.tar.gz.sig file naming it pypaperwallet.tar.gz.sig
  4. Use the GPG command gpg --verify *.tar.gz.sig to verify the download
  5. Extract the contents of the .zip or .tar.gz file to any directory
  6. Modify test.py to your liking and run from python 3.7 to produce the PDFs.
  7. To change wording, modify the contents of template.py

Project details


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page