[PLUG] QR Code generator with text label

2015-05-30 Thread Chuck Hast
I have been looking for something that will generate QR codes to create labels, I also want to add a short human readable line on the label but so far I have not found a single step Linux solution to do so. What I want is the QR code and above or below it a short human readable description. I can

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread Chuck Hast
I have qrencode on my machine and have been playing around with it, I also have qreator which is a gui, but both of them just generate the QR code, so I will have to figure out what I can do to merge a QR code with a short line of text for the label. Also did not find the python2 references using

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread Nat Taylor
pacman -Ss QR code extra/prison 1.1.1-1 [installed] A barcode API to produce QRCode barcodes and DataMatrix barcodes extra/qrencode 3.4.4-1 [installed] C library for encoding data in a QR Code symbol. community/python-qrencode 1.01-8 A simple wrapper for the C qrencode library

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread Michael Rasmussen
On Sat, May 30, 2015 at 10:29:31PM -0700, Chuck Hast wrote: I have qrencode on my machine and have been playing around with it, I also have qreator which is a gui, but both of them just generate the QR code, so I will have to figure out what I can do to merge a QR code with a short line of

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread benjamin barber
it sounds like you need a programmer. On Sat, May 30, 2015 at 9:33 PM, Chuck Hast wch...@gmail.com wrote: I have been looking for something that will generate QR codes to create labels, I also want to add a short human readable line on the label but so far I have not found a single step Linux

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread Mansoor Nathani
On Sun, May 31, 2015 at 12:36 AM, benjamin barber starwor...@gmail.com wrote: it sounds like you need a programmer. or two :-) On Sat, May 30, 2015 at 9:33 PM, Chuck Hast wch...@gmail.com wrote: I have been looking for something that will generate QR codes to create labels, I also