Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bzimor/Barcode-generator

Desktop app to generate EAN-13, EAN-8 and EAN-5 barcodes (other types are coming soon) automatically and save them as PDF or PNG, JPEG and GIF image files with several sizes
https://github.com/bzimor/Barcode-generator

barcode-generator barcodes python3 tkinter

Last synced: 27 days ago
JSON representation

Desktop app to generate EAN-13, EAN-8 and EAN-5 barcodes (other types are coming soon) automatically and save them as PDF or PNG, JPEG and GIF image files with several sizes

Awesome Lists containing this project

README

        

# Barcode-generator
Desktop app to generate EAN-13, EAN-8 and EAN-5 barcodes (other types are coming soon) automatically and save them as PDF or PNG, JPEG GIF image files with several sizes. As a database it uses native python csv module and saves as csv file.
(Using PyUPC-EAN module)

*Requirements*
- Standart python3 modules
- [Pillow](https://pypi.python.org/pypi/Pillow/4.3.0)
- [PyUPC-EAN](https://pypi.python.org/pypi/PyUPC-EAN/)

Usage
-----

Run script and set default values on Settings window. Then just click `Generate` button: if barcode value is empty, then app generates barcode automatically according to initial value of barcode, else it generates by input value.

To save barcode value and its comment, click `Save`. This saves barcode as a file according to default filetype and filepath.

To change barcode comment, just double click on barcode row in table below, then make changes and click `Save` button. That it!