QR Code with Python

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

Aman Kharwal
Aman Kharwal

AI/ML Engineer | Published Author. My aim is to decode data science for the real world in the most simple words.

Articles: 2131

Leave a Reply

Discover more from AmanXai by Aman Kharwal

Subscribe now to keep reading and get access to the full archive.

Continue reading