Generate etch-ready logos for the CrypTile project! Learn how at https://CrypTile.us
Turn this...
Into this...
Logo should be a svg file, the output QR code is also an SVG
Simply pass the svg file containing the logo, the url you want on the QR code, and the output filename
Since the addition of a logo reduces redundancy, you may wish to produce tiles without a logo, depending on your threat model.
./generate.py ./coin-logos/BTC.svg "correct horse battery staple pacifist convolve pinch amputate upstream potsherd baryta nod" ./your_seed.svg
or
./generate.py --nologo "correct horse battery staple pacifist convolve pinch amputate upstream potsherd baryta nod" ./your_seed.svg
Python modules: PIL (Python Imaging Library)