We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902948d commit efd2ba2Copy full SHA for efd2ba2
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