TheKicker / USADD-Placards-Generator

As part of my responsibilities at The Fiesta Tableware Company - we needed placards to help with inventory management. The general idea is to make basic signage for each product that would help workers locate the product in the warehouse and make audits more efficient.

Home Page:https://usadinnerwaredirect.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USA Dinnerware Direct - Link

As part of my responsibilities at The Fiesta Tableware Company - we needed placards to help with inventory management. The general idea is to make basic signage for each product that would help workers locate the product in the warehouse and make audits more efficient.

Our store uses the Shopify platform which allows exporting all or selected collections of the products in the system in CSV format.

CSV's are exported and I clean them manually. First column is Product Title, second column is Product SKU, third column is Product Variant Image URL.

Special thanks to Tiger Online for the great styling tutorial.


Before & After

Original placards made by hand 1-by-1 New placards made by the DOCX script New placards made by the PDF script

Uses Py Docx to generate the document, urllib for requesting the image via Shopify CDN url, csv to read the products export from Shopify, and OS for minor changing of working directories. Creates the QR Code via QR Code package. Uses Pillow to concatenate three images into one new image.

The heading is the SKU

The subheading is the product title 

Images of the product, QR Code, and USADD logo 




Updates



Uses QR Code lib to generate SKU QR Codes
pip install qrcode

Uses Pillow to combine product image, QR Code, and USADD Logo into one new image - Specific Tutorial Link




Feb 2022 - Uses PyPDF2 & Report Lab for Creating PDFs
pip install PyPDF2
pip install reportlab

Report Lab - Link

About

As part of my responsibilities at The Fiesta Tableware Company - we needed placards to help with inventory management. The general idea is to make basic signage for each product that would help workers locate the product in the warehouse and make audits more efficient.

https://usadinnerwaredirect.com


Languages

Language:Python 100.0%