Commit 78c5b98b authored by Thorfin89's avatar Thorfin89

Ajout du README

parent 28953c07
Pipeline #54 failed with stages
### objQRcode
Utilitaire pour créer des QRcode écrit en python.
Ce projet est au tout début de son développement.
Paquets à installer :
- qrcode
- pillow
# Utilitaire pour création de QRcode
# Auteur : Daniel SAZERAT
# Projet initié le 24/12/2023
from tkinter import * from tkinter import *
import qrcode import qrcode
from qrcode.constants import ERROR_CORRECT_M from qrcode.constants import ERROR_CORRECT_M
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment