Source code for generating a 29x29 QR code that encodes a string of up to 35 characters and replaces the the middle of the QR code with a pixelated version of the word “NFT”.
- Works with
Python 3.6
_ Requiresqrcode
,numpy
, andPillow
libraries.
python make_qr_code.py <YOUR STRING>