stefaang / bitcoin_biller

Create receipts with a bitcoin QR code
Other
1 stars 2 forks source link

ticket printer support #7

Open stefaang opened 10 years ago

stefaang commented 10 years ago

export data to png or pdf format (use PIL and imagemagick?)

get a ticker printer to test this feature

thgh commented 10 years ago

Working on a raspberry pi running a python webserver that builds a pdf and prints it.

The web request contains btc address & amount and should later contain an api key or something for security. So that means the qr is (also) generated on the pi.