QRCodex/readme.md

12 lines
417 B
Markdown

# QRCodex
A simple Python script to generate an image of a QRCode made of text character in the Cells
![picture](https://bozlab.freeboxos.fr/bozarre/QRCodex/raw/branch/main/qrcode.png) ⇨ ![picture](https://bozlab.freeboxos.fr/bozarre/QRCodex/raw/branch/main/codex.png)
## How to
- install python
- install python lib qrcode -> `pip install qrcode`
- install python lib Pillow -> `pip install Pillow`