https://github.com/d3vilh/qrencode
fast qrencode written on go
https://github.com/d3vilh/qrencode
qrencode
Last synced: 12 months ago
JSON representation
fast qrencode written on go
- Host: GitHub
- URL: https://github.com/d3vilh/qrencode
- Owner: d3vilh
- License: gpl-3.0
- Created: 2023-09-27T17:48:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T18:43:40.000Z (over 2 years ago)
- Last Synced: 2025-02-13T08:52:22.254Z (about 1 year ago)
- Topics: qrencode
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qrencode
Fast qrencode written on go
## build
```shell
git clone https://github.com/d3vilh/qrencode
cd qrencode
go build -o qrencode main.go
```
## usage
```shell
qrencode "some text" > qr.png
```