This repository is to create automated QRCodes for all entries in the file list.txt. The list.txt file needs the following syntax:
NAMEOFFILE;https://linkofqrcode.tld- You need the command qrencode https://linux.die.net/man/1/qrencode
- You need the command convert https://linux.die.net/man/1/convert
- You need the command potrace https://linux.die.net/man/1/potrace
- Convert everything into docker
- Install necessary tools in docker
- Execute the script in docker
- Copy the created files out of docker to the local system