Generate QRCode with a text in the cells
Go to file
Jérémie GABOLDE 8bbd48d049 deleting unrelated stuff 2025-03-03 20:25:36 +01:00
FiraMono_Bold.otf python script to generate images of a QRCode made of text character in the Cells 2025-02-28 01:11:17 +01:00
FiraMono_Medium.otf python script to generate images of a QRCode made of text character in the Cells 2025-02-28 01:11:17 +01:00
FiraMono_Regular.otf python script to generate images of a QRCode made of text character in the Cells 2025-02-28 01:11:17 +01:00
QRCodex.py updates 2025-03-02 00:18:55 +01:00
codex.png updates 2025-03-02 00:18:55 +01:00
qrcode.png updates 2025-03-02 00:18:55 +01:00
readme.md Update readme.md 2025-02-28 00:34:40 +00:00

readme.md

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