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.
- Generate barcodes using code128 format
- Save barcode as an image file (
.png
file) - Display barcode output within the notebook
- Interactive user input for dynamic barcode creation.
- 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
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.