[t-019] Create generate-setup-qr.py — QR code generator script #19
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Implement the QR code generation script that reads config.yaml and outputs a PNG for iOS app scanning.
References
Reference
Implementation Steps
Implementation Steps
1. Create
scripts/generate-setup-qr.pyWrite the complete script:
2. Make the script executable
Verification Gate
Verification Gate
Run:
STOP Conditions
STOP Conditions
Depends on: t-002