An open API service indexing awesome lists of open source software.

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

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...*