Skip to content

parzival-space/qrgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages