Library to sort Amazon and Shopify shipping labels
Project description
Ecom-label-sorter
Description:
- A python program to sort Amazon and Shopify pdf shipping labels.
- Each sorted group of orders will be stored in a dedicated pdf file which is named after the product name and quantity.
- On Miscellaneous orders these pdf file will be named "Mixed".
- All of these files will be stored inside a folder which is named after the input pdf file.
Reason to develop this project
Manually sorting a large PDF containing multiple orders is time-consuming and prone to human error.
Installation
pip install label_sorter
Usage
from label_sorter import Label_sorter
sorter_instance = Label(pdf_path = <path to the pdf file>)
# Creating sorted pdf files
# this will create a folder named after the pdf file and will be containig sorted pdf files and summary json fle.
sorter_instance.created_sorted_pdf_files()
Classes and their descriptions
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.3.tar.gz
(8.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.3.tar.gz.
File metadata
- Download URL: label_sorter-0.3.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efb8de17ad215eaf9dd7a773038b53077855316b61e6173a6fd9586af6b49284
|
|
| MD5 |
ddd707a100712e343236a6a6ae789c22
|
|
| BLAKE2b-256 |
6f2ade688c4d4f35c30b1afb3be5749452b87936c1f299626c02cc4e0f9f6218
|
File details
Details for the file label_sorter-0.3-py3-none-any.whl.
File metadata
- Download URL: label_sorter-0.3-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c85180e9a36e43d4065a468d165c39b966e5f4d98c4d1ce33f0f1f1b8b3c453
|
|
| MD5 |
936ac05332f9f72fd9936e7e5b0859d3
|
|
| BLAKE2b-256 |
406395b5985b30d1002e06ef80171f47ce45a67af119aca29da83d36c1fa4250
|