QRCodex/readme.md

12 lines
417 B
Markdown
Raw Permalink Normal View History

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
![picture](https://bozlab.freeboxos.fr/bozarre/QRCodex/raw/branch/main/qrcode.png) ⇨ ![picture](https://bozlab.freeboxos.fr/bozarre/QRCodex/raw/branch/main/codex.png)
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`