We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 902948d + efd2ba2 commit df17bd4Copy full SHA for df17bd4
QR_code_generator/qrcode.py
@@ -1,5 +1,6 @@
1
import pyqrcode, png
2
-from pyqrcode import QRCode
+# from pyqrcode import QRCode
3
+# no need to import same library again and again
4
5
# Creating QR code after given text "input"
6
url = pyqrcode.create(input("Enter text to convert: "))
0 commit comments