# ConsoleQrcode **Repository Path**: leacoleaco/console-qrcode ## Basic Information - **Project Name**: ConsoleQrcode - **Description**: 在控制台中打印出二维码 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-20 - **Last Updated**: 2023-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: QRCode, Console ## README ## Print QrCode In Console ### usages add maven dependency in pom.xml: ```xml pro.leaco.qrcode console-qrcode 1.0.0 ``` then use these code (java or kotlin): ```kotlin ConsoleQrcode.print("https://www.github.com"); ``` the console will print the qrcode like this: ![example](doc/sample.png)