2025-02-28 00:17:14 +00:00
|
|
|
# QRCodex
|
|
|
|
|
|
|
|
A simple Python script to generate an image of a QRCode made of text character in the Cells
|
|
|
|
|
2025-02-28 00:21:23 +00:00
|
|
|
 ⇨ 
|
|
|
|
|
2025-02-28 00:17:14 +00:00
|
|
|
## How to
|
|
|
|
|
|
|
|
- install python
|
|
|
|
- install python lib qrcode -> `pip install qrcode`
|
2025-02-28 00:34:40 +00:00
|
|
|
- install python lib Pillow -> `pip install Pillow`
|