NaVishnu / QRCodeGenerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QRCodeGenerator

  • This repository contains the code for QR code generation from scratch in 2 languages,
    • Java
    • Python
  • QR code using versions 1 - 40, with the 4 error correction levels (L, M, Q, H) and the 4 modes (numeric, alphanumeric, byte, and kanji) can be generated. I learned how QR codes are generated from the websites
  • Files demonstrating the working of the code have also been given in both the languages.

About


Languages

Language:Jupyter Notebook 53.3%Language:Java 46.7%