QRCodex/readme.md

11 lines
364 B
Markdown
Raw 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`