Dsensegif
Code
Manipulation
QR
Mini auxiliary project that helps to generate QR codes that direct the user to images that are already hosted in a website/repository.
Mini auxiliary project that helps to generate QR codes that direct the user to images that are already hosted in a website/repository. This project uses the qrcode
library.
Usage instructions
Clone the repository:
$ git clone git@github.com:Marcony1/dsensegif.git
Create and activate the
conda
environment afterchanging directory
to the root of the repo:$ conda env create --file environment.yml
$ conda activate dsensegif
Open
generate_qr.py
and replace the url string assigned togif_url
with the url of the image for which you want to generate the QR code. Save this file.From the root of the directory run:
$ python generate_qr.py
You will find your generated QR code under the folder
results
and with the nameqrcode.png
.