Skip to content

rampotter10/QR-code-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

QR-code-using-python

Install the necessary modules

We will be using the following Python packages:

  • python-qrcode — Python QR code image generator. Standard installation includes pillow as well for generating images.
  • opencv-python — Open-source library for computer vision, machine learning, and image processing. It comes with built-in QRCodeDetector class, which helps to decode QR codes.

Install both packages using following commands

  • pip install qrcode[pil]

  • pip install opencv-python

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages