L
L
lazix2018-05-30 11:02:36
excel
lazix, 2018-05-30 11:02:36

How to generate and print price tags with a QR code?

There is a list of goods in a spreadsheet (name; url; price), you need to generate a qr-code for the url with something and make a price tag in the format
NAME
QR-code
PRICE
I just found the price tags, but not with the qar.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Kiselyov, 2018-05-30
@zamboga

excelvba.ru/programmes/Labels + QR Code font

X
Xander017, 2018-06-09
@Xander017

Python + qrcode + csv + docx + PIL
Save the spreadsheet as csv. Using a Python script (maximum 30 lines of code, if you do it without buttons, etc., but just double-click on the file), generate a qrcode and create a docx with the price tag of the desired format.
If you do not need a docx file, then using PIL you can immediately enter information about the name and price on the picture with the qr code.
Plus, you can send pictures directly to the printer (if you don’t mind the paper).
5b1bf8f71eb5d958477387.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question