QR-code version 1 to 5 generation and drawing on terminal.

2 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and correct the QR code generation algorithm to produce valid level 2 QR codes. The current implementation generates level 2 codes, but they are undecodable. The focus is on identifying and fixing the error within the existing codebase, specifically within the data encoding and/or error correction code generation for version 2 QR codes.

Complexity: 4/5
bug help wanted

QR-code version 1 to 5 generation and drawing on terminal.

C

AI Summary: Debug and fix a QR code generator that produces invalid codes due to a masking issue, specifically focusing on handling certain characters like '/'. The generator currently supports versions 1-5 and uses byte mode with EC level L. The issue might stem from string encoding or a problem with the masking algorithm.

Complexity: 4/5
bug help wanted

QR-code version 1 to 5 generation and drawing on terminal.

C