Brief about the script - 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 of several sizes. As a database, it uses a native python CSV module and saves it as a CSV file. (Using PyUPC-EAN module)
Issue no.(must) - #862
Self Check(Tick After Making pull Request)
[x] This issue was assigned to me.
[x] One Change in one Pull Request
[x] My file is in proper folder (Name of folder should be in lowercase with no space in between) (E.g. meet_schedular)
[x] I am following clean code and Documentation and my code is well linted with flake8.
[x] I have added README.md and requirements.txt (Include version numbers too e.g. pandas==0.0.1) with my script
Pull Request Template
Script name- barcode-generator.py
Brief about the script - 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 of several sizes. As a database, it uses a native python CSV module and saves it as a CSV file. (Using PyUPC-EAN module)
Issue no.(must) - #862
Self Check(Tick After Making pull Request)
If issue was not assigned to you Please don't make a PR. It will marked as invalid.