QRCodex/readme.md

417 B

QRCodex

A simple Python script to generate an image of a QRCode made of text character in the Cells

picturepicture

How to

  • install python
  • install python lib qrcode -> pip install qrcode
  • install python lib Pillow -> pip install Pillow