# qrcode **Repository Path**: pibigstar/qrcode ## Basic Information - **Project Name**: qrcode - **Description**: gen qrcode and print it to console. - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QRCode fork: https://github.com/qianlnk/qrcode add use mod a tool to generate qrcode and print it on console. ## Install ```shell go get -u github.com/pibigstar/qrcode ``` ## Usage * [ ] cmd ```shell qrcode 'https://github.com/pibigstar/qrcode' ``` * [ ] package ```golang package main import ( "github.com/pibigstar/qrcode" ) func main() { qr := qrcode.NewQRCode("https://github.com/pibigstar/qrcode", false) qr.Output() } ``` * [ ] result ![](qrcode.gif) ## Note max context length is 60.