Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bzimor/Barcode-generator
- Owner: bzimor
- License: gpl-3.0
- Created: 2017-12-14T16:33:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T13:09:24.000Z (about 7 years ago)
- Last Synced: 2024-08-08T23:23:31.847Z (5 months ago)
- Topics: barcode-generator, barcodes, python3, tkinter
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 54
- Watchers: 7
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!