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.
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
Enjoy it!