A command line utility to create scannable labels for McMaster parts.
Order Line Item | Label |
---|---|
![]() |
![]() |
pip install mcm-label
- From McMaster's website, navigate to your "Order History", then left click on the order you'd like to create labels for. The address should look something like:
https://www.mcmaster.com/order-history/order/<a bunch of random numbers and letters>/
- Right click anywhere on the page and click "Save Page As..." - confirm the "file type" says something like "Web Page, complete" - then save
- Run
mcm-label
with the argument of wherever you saved the order webpage; specifically this must be either the html file directly, or the folder it's contained within. - The output will be a
label_###.png
file for each part number in the order. These files are located next to the order html file.
$ mcm-label -h
usage: mcm-label [-h] [-d] [FILE]
positional arguments:
FILE Path to a McMaster order html file, or the folder containing one
options:
-h, --help show this help message and exit
-d, --debug Enables outputting raw html and pdfs of labels