0% found this document useful (0 votes)
139 views

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

This document describes an internship project to create a Python program for generating and scanning QR codes. The program takes user input and converts it to a QR code. It also includes a QR code scanner module that uses the computer's camera to scan codes. The project aims to make QR code generation and scanning easier for users. It was created using Python, Anaconda, Jupyter Notebook, and other required software on Windows 7 or higher systems with at least 2GB RAM and 1GB storage.

Uploaded by

Mohammed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
139 views

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

This document describes an internship project to create a Python program for generating and scanning QR codes. The program takes user input and converts it to a QR code. It also includes a QR code scanner module that uses the computer's camera to scan codes. The project aims to make QR code generation and scanning easier for users. It was created using Python, Anaconda, Jupyter Notebook, and other required software on Windows 7 or higher systems with at least 2GB RAM and 1GB storage.

Uploaded by

Mohammed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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