Generating Labels and QR Codes from Scripts
It is possible to generate labels from scripts.
The simplest form of generating labels consist of:
A step which generates or pulls information about the labels.
A script step which generates labels based on information from step #1 above.
1. Generate or gather label information
This step involves pulling relevant information for the labels. This can be generated through:
Assign a pandas dataframe to
records_to_create
to create new recordsGet record information from step by using
seal.get_step_records(
step_id
,
?step_version
)
2. Generating labels from a script
This step involves:
Reading in all sample records produced by the previous step
Creating a QR code label pointing to the sample URLs within Seal
Creating new records including the labels and sample data
What label printer is most compatible with Seal?
In our experience, we recommend Zebra printers as they are easy to set up, however almost all label printers are compatible with Seal - speak to team to find out more.
Last updated