Skip to content

QR Code encoder and decoder (Under development)

Notifications You must be signed in to change notification settings

Sandesh-077/QRGenie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

QRGenie

QRGenie is a Python project that allows users to generate and decode QR codes. It uses the qrcode library for creating QR codes and opencv with pyzbar for decoding them.

Features

  • Generate QR Codes: Convert any text or URL into a QR code image.
  • Decode QR Codes: Read and decode QR codes from images.

Requirements

  • Python 3.x
  • qrcode library
  • opencv-python library
  • pyzbar library

Installation

To get started with QRGenie, you need to install the required Python libraries. You can install them using pip:

pip install qrcode[pil] opencv-python pyzbar

About

QR Code encoder and decoder (Under development)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages