QR Code image generator with customizable image formats, error correction levels, and styling options
Create a utility that generates QR codes without requiring the Pillow/PIL image library. The tool should output standard PNG files that can be viewed and scanned on any device.
Your implementation must:
Python QR code generation library with multiple output format support.
Pure Python PNG encoder and decoder library.
File: test_qr_generator.py
Description: Generate a QR code with default settings
Input:
Expected Behavior:
File: test_qr_generator.py
Description: Generate a QR code with custom dimensions
Input:
Expected Behavior:
File: test_qr_generator.py
Description: Generate a QR code with more complex data
Input:
Expected Behavior:
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10