Skip to content

yanigisawa/VinGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

A basic script to generate check summed valid VINs to be used when testing flooring vehicles

Requirements:

  1. num.py must be viewable via a mobile browser. (tested against the iphone simulator)
  2. Generated VIN must have appropriate Make and Model prefix codes for automatic field population where available

Usage:

The designed usage was for viewing via a mobile web browser, and facilitating copy-paste into form fields for ease of testing. Point your browser to localhost/num.py

Or, one can run the following at the command line (from this directory) to generate a random vin:

python -c "import vin; print vin.getRandomVin()"

TODO: Allow users to select specific makes and models prior to generating any random vin

About

Python library to generate random VINs to use for testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages