Simple script to generate qr images from URLs.
- Python3 and git installed in your system.
- Python3 virtual environment with prerequsites.
- Access to filesystem to store the created QR as PNG image.
- Clone this repository.
sudo apt install -y python3
sudo apt install -y git
git clone https://github.com/ASBTEC/qr-generator
cd qr-generator
rm -rf ./venv
python3 -m venv venv
./venv/bin/pip install -r requirements.txt
./venv/bin/python3 src/main.py https://example.com/