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
- Host: GitHub
- URL: https://github.com/parzival-space/qrgen
- Owner: parzival-space
- Created: 2021-06-05T19:08:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T13:22:05.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T02:40:26.829Z (about 1 year ago)
- Topics: command-line, command-line-tool, csharp, netframework, qrcode-generator
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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