Skip to content

modules qr

Lucas Fernandez edited this page Nov 4, 2019 · 1 revision

In this category the modules destined to the QR are accumulated, either to perform readings or to generate codes. To load a module from this category load qr/module.

Required Total modules
-- 3

The modules are listed below with their description and options to configure.

generator

With this module it is possible to generate a QR code in a customized way according to the information provided.

Option Required Description
append True Overwrite the records of a tag
back_color False Background color
border False Width of the border
box_size False Size of the box of the qr
data True Data to write
file True Destination file
fill_color False Collor of the pattern
save False Wether if we save the file in the path written in file or not
version False Version of qr generated

reader

This module allows you to read QR codes from a file.

Option Required Description
file True Source file
verbose False Verbose mode

reader-webcam

This module allows you to read QR codes through the Webcam. It gives you the option to save this code in a file.

Option Required Description
file True Destination file
save_capture True If the image captured of the qr is stored
verbose False Verbose mode
Clone this wiki locally