bcbnz / pylabels

Python library to create PDFs for printing labels.
GNU General Public License v3.0
100 stars 40 forks source link

Created two main features. #12

Open justthetips opened 7 years ago

justthetips commented 7 years ago

The first feature is a way to create specifications from a JSON file. This way code can just simply call the spec file by name and not have to programmatically create label sheets. I also created two of the more popular Avery labels, this can obviously be expanded.

I also created a demo of multi-line address labels.

I think the first might be better suited in core than in demo, but I didn't want to be presumptuous, this is my first open source experience.