Skip to content

Generate barcode in Python based on "code128" format and show the barcode as an image in notebook itself, also saves the barcode as an image file

Notifications You must be signed in to change notification settings

Sayantanidalui/Barcode-Generator-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“¦ Barcode Generator using Python

This mini project allows users to generate a Code128 barcode from custom input using Python. It utilizes the python-barcode library and displays the generated barcode image directly within a Jupyter Notebook.

πŸš€ Features

  • Generate barcodes using code128 format
  • Save barcode as an image file (.pngfile)
  • Display barcode output within the notebook
  • Interactive user input for dynamic barcode creation.

πŸ“Œ Technologies Used

  • Python
  • python-barcode library
  • Jupyter Notebook
  • ImageWriter for allowing the barcode to be saved as an image file
  • IPython.display for displaying the barcode image within the notebook

Example

Screenshot (226)

βœ… Conclusion

A simple and effective Python project to generate and display barcodes from user input. Useful for learning about barcode encoding, image generation, and interactive notebook applications.

About

Generate barcode in Python based on "code128" format and show the barcode as an image in notebook itself, also saves the barcode as an image file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published