added readme

This commit is contained in:
Jérémie GABOLDE 2025-02-28 01:16:37 +01:00
parent 956059bb14
commit d0a59dcc4f
1 changed files with 8 additions and 0 deletions

8
readme.mb Normal file
View File

@ -0,0 +1,8 @@
# QRCodex
A simple Python script to generate an image of a QRCode made of text character in the Cells
## How to
- install python
- install python lib qrcode -> `pip install qrcode`