Skip to content

Commit

Permalink
testing qrcode generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Moraes committed Oct 8, 2020
1 parent 121fb94 commit 656503b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qr-codes/qrcode-program.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import segno

qr = segno.make("s1bm2nd3", micro=False)
qr.designator
qr.save("WiFi-QRcode.svg", scale=5)

0 comments on commit 656503b

Please sign in to comment.