Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1010 Bytes

File metadata and controls

28 lines (17 loc) · 1010 Bytes

📦 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.