QR Code maker in Python

Harshit Chaudhary Sep 09, 2020

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.

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment