Internship On Python: Project:-Qr-Code Generator & Scanner

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 12

INTERNSHIP ON PYTHON

PROJECT:- QR-CODE GENERATOR & SCANNER.

By:- Mohammed, CSE, NIT.


INTRODUCTION

QR Code is two-dimensional barcode which is categorized in matrix barcode that can store data information. QR
stands for “Quick Response” as the creator intended the code to allow. QR-code are being widely used and are at their
peak at this time, A recent study found that over 30% of the market are using QR codes in their campaigns, which
has caused 300% increased in last 2 years (specially during COVID). We have developed a program using python that
generates a QR-code and also a program that QR code scanner.
PROPOSED SYSTEM

 The program takes input and converts it into a QR-code.


 The scanner program uses the system camera to scan the given QR-code.
 The system we developed can also scan and read barcodes too.
HARDWARE REQUIREMENTS

 Computer with a camera/web cam.


 2GB RAM
 1GB storage ssd
 Windows 7 or higher supporting hardware.
SOFTWARE REQUIREMENT

 Python 2.0 or Python 3.0 or higher.


 Anaconda
 Jupyter Notebook
 Notepad++
 Windows 7 or higher
MODULES

1. QR-code generator.
2. QR-code scanner.
SCREENSHOTS

Input:
data = "https://instagram.com/mohammed_saad1808?utm_medium=copy_link"
CONCLUSION

 QR code is now being widely used in a variety of businesses. QR code is a way of encoding more information
than a traditional bar code. And most importantly, it contains information that can be easily decoded at high
speed. In this project, we show how to create the QR codes via the python program that facilitates users to easily
create their own QR codes for websites, emails, business cards, print ads and so on.

You might also like