Commit ad47beb0 authored by Thorfin89's avatar Thorfin89

Mise à jour de README

parent 2a770013
# objQRCode
**objQRCode** est un utilitaire pour créer des QRCode écrit en python.
C'est en faite une interface graphique pour **qrcode** (https://pypi.org/project/qrcode/) sous python.
C'est en fait une interface graphique pour **qrcode** (https://pypi.org/project/qrcode/) sous python.
L'application est en cours de développement.
......@@ -32,16 +32,9 @@ WIFI:T:*cryptage(nopass, WEP, WAPA)*;S:ssid;P:*motdepasse*;H:*caché(true)*
`WIFI:T:nopass;S:myssid;P:;:H:`
## Sources :
https://goqr.me/#t=wifi
- https://goqr.me/#t=wifi
### qrcode - python
- https://pypi.org/project/qrcode/
## similaires :
### segno - python
- https://segno.readthedocs.io/en/latest/index.html
- https://www.freecodecamp.org/news/how-to-create-stunning-qr-codes-with-python
### autres :
- https://www.youtube.com/watch?v=FShKBCoGeQg&ab_channel=Apprenezlawebradio
\ No newline at end of file
......@@ -50,9 +50,9 @@ def open_file():
# enregistrer un fichier sous
def save_as():
global curent_file
if curent_file !="":
if curent_file != "":
file = filedialog.asksaveasfilename(title="Enregistrer le QRCode au format PNG sous",
filetypes=[("Fichier PNG","png")],
filetypes=[("Fichier PNG", "png")],
defaultextension="png",
initialdir="./qrcodes")
......
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