A simple tool to generate QRCodes in python.
You should set a virtual enviromment:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txtYou can also run without the virtual enviromment:
$ pip install Image
$ pip install pyqrcode
$ pip install pypngYou can run the QRCode generator by typing into your shell:
$ python3 qrcode.py There is multiple options to run:
--c Content to generate QRCode.
--o Name of the outpufile
--i Image name
--logo 0 if you don't want to add a logo, 1 otherwise. (default 0)You can run the QRCode generator by typing into your shell:
$ python3 raedFromFile.py --file "Path to the file"
