Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 617 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 617 Bytes

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