https://github.com/gbowne1/barcode
This C++ library generates and displays barcodes for various applications. It supports UPC and Code 39 formats, converting numerical or alphanumeric data into a string of '1's and '0's. These strings are then rendered as console-based bar-and-space patterns, making it easy to visualize and verify barcodes directly in the terminal.
https://github.com/gbowne1/barcode
barcode
Last synced: 11 months ago
JSON representation
This C++ library generates and displays barcodes for various applications. It supports UPC and Code 39 formats, converting numerical or alphanumeric data into a string of '1's and '0's. These strings are then rendered as console-based bar-and-space patterns, making it easy to visualize and verify barcodes directly in the terminal.
- Host: GitHub
- URL: https://github.com/gbowne1/barcode
- Owner: gbowne1
- License: mit
- Created: 2025-07-31T21:04:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T05:19:44.000Z (11 months ago)
- Last Synced: 2025-08-01T05:30:27.417Z (11 months ago)
- Topics: barcode
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# barcode
This C++ library generates and displays barcodes for various applications. It supports UPC and Code 39 formats, converting numerical or alphanumeric data into a string of '1's and '0's. These strings are then rendered as console-based bar-and-space patterns, making it easy to visualize and verify barcodes directly in the terminal.