Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added BarCode Scanner #863

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Conversation

Anshumansengar
Copy link

@Anshumansengar Anshumansengar commented Oct 2, 2022

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)

  • This issue was assigned to me.
  • One Change in one Pull Request
  • My file is in proper folder (Name of folder should be in lowercase with no space in between) (E.g. meet_schedular)
  • I am following clean code and Documentation and my code is well linted with flake8.
  • I have added README.md and requirements.txt (Include version numbers too e.g. pandas==0.0.1) with my script
  • I have used REPO README TEAMPLATE (Necessary)
  • Just including required dependencies in requirements.txt (Don't include Python version too)

If issue was not assigned to you Please don't make a PR. It will marked as invalid.

@Anshumansengar Anshumansengar marked this pull request as draft October 2, 2022 13:29
@pawangeek pawangeek linked an issue Oct 2, 2022 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Barcode Generator in Python
1 participant