This is a simple tool for printing cryptocurrency paper wallets to be used in combination with any paper wallet generator. Follow links in the bottom if you need more information.
$ virtualenv -p python3 env
$ source env/bin/activate
(env) $ pip install -r requirements.txt
(env) $ python pwp.py --amount=100 \
--address=your_wallet_address \
--secret_key=your_secret_key \
--template=designs/ripple-front-blue.svg
It is strongly recommended the usage of the script in an offline computer. In order to do that you will need to create one-file python executable.
(env) $ pyinstaller --onefile pwp.py
Then you are ready to execute the script from an offline computer, for example by runnig a live usb linux distro.
Currenty, only Ripple design is available. You are welcome to create your own and open a pull request.I will be glad to accept it.