Skip to content

intervbs/CarGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CarGenerator

Generates a list of cars that can be used in Assignments for DTE-2511

This file can be used to auto generate vehicles into a dictionary, that is dumped into a file that can be used for the mandatory assignment.

Use Pickle to read the generated file into a new dictionary

Keywords:
first key is the number for the next nested dictionary
brand = get the brand and model name
year = what year was it made
km = milage on the car
price = price
special = This is the special variabel for car, truck or SUV
type = is it a Car, Truck or SUV

About

Generates a list of cars that can be used in Assignments for DTE-2511

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages