https://github.com/rinnothing/qr-tools
Go package and CLI to create and read QR codes
https://github.com/rinnothing/qr-tools
cli go golang golang-library
Last synced: about 1 year ago
JSON representation
Go package and CLI to create and read QR codes
- Host: GitHub
- URL: https://github.com/rinnothing/qr-tools
- Owner: rinnothing
- License: mit
- Created: 2024-08-16T16:03:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T10:32:09.000Z (over 1 year ago)
- Last Synced: 2025-02-07T12:40:47.211Z (over 1 year ago)
- Topics: cli, go, golang, golang-library
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qr-tools
Go package and CI to create and read QR codes
## Roadmap
- [ ] Implement tool for marshaling and unmarshaling
- [ ] Implement a tool for doing error correction coding (two ways)
- [ ] Implement a tool for placing it in the matrix
- [ ] Bound everything together
- [ ] Add package for export of QR's from matrix to real image formats (like .jpg, .png, .svg, etc.)
- [ ] Make CLI using Cobra
- [ ] Add package for import of QR's from real images (use something like opencv)
- [ ] Put up some examples
## Usage
*to be made...*
## CLI Usage
*to be made...*