Skip to content

Python Paper Wallet based on github/pointbiz/bitaddress.org

License

Notifications You must be signed in to change notification settings

brianddk/pypaperwallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Paper Wallet based on github/pointbiz/bitaddress.org

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages