Coders Packet

QR Code maker in Python

By Harshit Chaudhary

This project generates a QR code with Python, and you can store the information you want in that QR code.

This project generates a QR code in Python, and you can store the information you want in that QR code.

REQUIREMENT:-

You only need two modules to be installed on your system.

*) qrcode - To install a QR code generator.
    command - pip install qrcode

*) pillow - To add support for opening, manipulating, and saving images.
    command - pip install pillow

METHOD USED:-

*) make_image() - To make a new image file.

*) add_data() - To add information into QR code.

*) img.save() - To save any changes that you have made to the image file.

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Harshit Chaudhary (harshitchaudhary)

Download packets of source code on Coders Packet