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

https://github.com/parzival-space/qrgen

Simple commandline qrcode generator
https://github.com/parzival-space/qrgen

command-line command-line-tool csharp netframework qrcode-generator

Last synced: 9 months ago
JSON representation

Simple commandline qrcode generator

Awesome Lists containing this project

README

          

# qrgen
Simple command line qrcode generator. Allows you to display qr codes in your command line.

### How to use?

The basic synthax is:


ImagePrinter.exe [--small|-s] <your_text_here>

#### Examples

If you want to create a normal qr code (1 pixel = "██") you have to use the following synthax:


ImagePrinter.exe https://malte-linke.com

If you want to create a smaller qr code (1 pixel = "▄") you have to use the following synthax:


ImagePrinter.exe -s https://malte-linke.com

or


ImagePrinter.exe --small https://malte-linke.com


## Demo