From 0de591562d4ab18714fbf655347cc2d466984d9f Mon Sep 17 00:00:00 2001 From: Kshitiz Date: Thu, 11 May 2023 16:30:55 +0530 Subject: [PATCH] I just wanted to let you know that I'm making my first contribution by committing and pushing some changes to our codebase. I'm excited to be a part of this project and look forward to collaborating with you all. --- qr.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/qr.py b/qr.py index b097afbd..d8f479f2 100644 --- a/qr.py +++ b/qr.py @@ -1,11 +1,13 @@ -import pyqrcode -from pyqrcode import QRCode +import pyqrcode +import png +from pyqrcode import QRCode # String which represent the QR code -s = "https://fueler.io/arjun_ms" +s = "http://surl.li/gymbd" # Generate QR code url = pyqrcode.create(s) -# Create and save the png file naming "myqr.png" -url.svg("myyoutube.svg", scale = 8) \ No newline at end of file +# Create and save the png file naming "myqr.png" +url.png("git.png", scale = 6) +