Label Sorter

A python library to sort and organize shipping label pdf files. Currently supports Amazon and Shopify.

Installation

$ pip install label-sorter

Usage

from label_sorter import LabelSorter

# create an instance of the LabelSorter class
sorter = LabelSorter(pdf_path="path/to/input/file")

# call the method to create sorted pdf files
sorter.create_sorted_pdf_files()