We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28af916 + 162b1dc commit b138aabCopy full SHA for b138aab
qrcode.py
@@ -3,5 +3,5 @@
3
4
# QR Code Generator
5
query = input("Enter Content: ") # Enter Content
6
-code = qrcode.make(str(query)) # Making the QR code
+code = qrcode.make(query) # Making the QR code
7
code.save("qrcode.png") # Saving the QR code file
0 commit comments