Creating QR Code from the Command line using the following format -
qrencode -o [filename.png] ‘[text/url/information to encode]’
- For example, Create a QR code image file that has url encoded 'www.moleculax.com.ve'.
$ qrencode -o moleculax.png 'http://www.moleculax.com.ve'