jcurbelo / random-vin

A simple python script that generates real VIN numbers barcodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

A simple python script that generates real VIN numbers barcodes.

License:MIT License


Languages

Language:Python 100.0%