Post
Topic
Board Beginners & Help
Re: Batch QR codes?
by
tbcoin
on 18/12/2012, 10:41:59 UTC
On linux you can use qrencode in a script to do this

I have Ubuntu running on VMware.

can you show an example?

for a simple addr list do not even need a script

for x in `cat addrlist.txt`; do qrencode -o $x.png $x; done

EDIT: you need install qrencode first Wink ( apt-get install qrencode )
You can use -s to specify the size of dot