Library to sort Amazon and Shopify shipping labels
Project description
Ecommerce Label Sorter
Description:
- A python program to sort Amazon and Shopify shipping labels based on the product name and quantity.
- Each sorted group of orders will be stored in a dedicated output pdf file which is named after the product name and quantity.
- Miscellaneous orders will be stored on a dedicated file named "Mixed".
- All of these files will be stored inside a folder which is named after the input pdf file.
Installation
pip install ecom_label_sorter
Usage
from label_sorter import LabelSorter
# Initialize
sorter_instance = LabelSorter(pdf_path = <path to the pdf file>)
# begin sorting
sorter_instance.create_sorted_pdf_files()
# a new folder named after the input pdf file will be created and the output files will be stored inside it.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
label_sorter-0.4.tar.gz
(7.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file label_sorter-0.4.tar.gz.
File metadata
- Download URL: label_sorter-0.4.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a92bd13d5c3a556928b7e2f60108613a49dfed92cc5050aa0ba818d6752dffe
|
|
| MD5 |
ecbe5588853e885c6cd754f3c214a9f2
|
|
| BLAKE2b-256 |
5abd303195f1a9e7e9be3b8cc02af4cfd2c3bfec7f3c6e419e9111cf5e53c342
|
File details
Details for the file label_sorter-0.4-py3-none-any.whl.
File metadata
- Download URL: label_sorter-0.4-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8a559d2c0f8e20d8a3c8872ad207af79bb4a191d1e7a660214cb2c0f20ad112
|
|
| MD5 |
59526ac04ec2e16cdb54a6b2b3b22969
|
|
| BLAKE2b-256 |
94d55cf15534f9c64df614041e0ca2f83737a0679a86437299b11a6ac5588262
|