Skip to content

sakshambedi/labels-ScienceRendezvous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shipping Label Creator

Purpose :

This script was created to automate the task for making shipping labels for Science Rendevouz(2021).

How to use :

To use scrip you will need a Shipping.xslx file, a university_shipping_title.txt. The all the required packages are mentioned in the requirments folder.

Install Pre-requisites

pip3 install -r requirements.txt
Shipping.xslx :

It is the file with all of the data that includes

  • School Contact : Person of Contact for the school
  • Position Title : Position of the person at the school
  • School Name : Name of the school
  • Delivery Address : Delivery address of the school
  • City : Name of the City
  • Postal Code : Postal Code of the school
  • # Trees : Number of the tree requested by the school
  • # Boxes, Weight : Weight of the expected delivery box

Shipping.xlxs data file image

university_shipping_title.txt :

It is the file which includes the senders message for each shipping label.

shipping_title.xlsx file image

Running the script:

==Note: The names of the files are hardcoded in the script, change those if you are using different filenames==

python3 create-labels.py

Result :

It creates shipping label as per the requested format by the UofM department.

Result Image : Output Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages