To get started open your terminal or command prompt and write a command – pip install pyqrcode
# Import pyqrcode
import pyqrcode
number = "8587992208"
qcode=pyqrcode.create(number)
qcode.png("tmb.png", scale=8)
qcode.show()
#Output

To get started open your terminal or command prompt and write a command – pip install pyqrcode
# Import pyqrcode
import pyqrcode
number = "8587992208"
qcode=pyqrcode.create(number)
qcode.png("tmb.png", scale=8)
qcode.show()
#Output
