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

( apt-get install qrencode )
You can use -s to specify the size of dot