/QR-GENERATOR-SCANNER

A TINY UTILITY BUILT IN PYTHON TO SCAN ANY QR CODE ON PC AND IT CAN CAPTURE QR LIKE A SNIPPING TOOL AND ALSO YOU CAN GENERATE YOUR OWN QR CODES

Primary LanguagePython

QR-GENERATOR-SCANNER

A TINY UTILITY BUILT IN PYTHON TO SCAN ANY QR CODE ON PC AND IT CAN CAPTURE QR LIKE A SNIPPING TOOL AND ALSO YOU CAN GENERATE YOUR OWN QR CODES

What is a QR Code?

A Quick Response code is a two-dimensional pictographic code used for its fast readability and comparatively large storage capacity. The code consists of black modules arranged in a square pattern on a white background. The information encoded can be made up of any kind of data.

Modules Used

  • 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.
  • Pyperclip is a cross-platform Python module for copy and paste clipboard functions. It works with Python 2 and 3.
  • PyQt5 is a comprehensive set of Python bindings for Qt v5. It is implemented as more than 35 extension modules and enables Python to be used as an alternative application development language to C++ on all supported platforms including iOS and Android.

Features:

  • Generate QR code
  • Decode QR code