Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 652 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 652 Bytes

Random VIN Barcodes Generator

CI

A simple python script that fetches real VIN numbers from randomvin.com and then generates an HTML page with their barcodes representation using TEC-IT.

How to use it

Use pipenv to install all project's dependencies.

# install all dependencies
$ pipenv install

# fetch real VIN numbers
$ python fetch-vins.py

# generate HTML page with barcodes as <img>
$ python generate.py

Example

Example VINs

Enjoy it!