This project generates an Excel file with Code128 barcodes (CC001..CC200) embedded into column B rows.
- Python 3.11+
- Packages listed in
requirements.txt
python -m venv .venv
.venv\Scripts\python -m pip install -r requirements.txt.venv\Scripts\python generate_barcodes.pybarcodes_CC001_to_CC200.xlsxwill be created in the project root.
.venv/and generated.xlsxfiles are ignored by Git.