Skip to content

A Python code sketch to record vehicle service intervals and events, and report which items are next.

License

Notifications You must be signed in to change notification settings

b-pub/auto-service-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-service-tracker

A Python code sketch to record vehicle service intervals and events, and report which items are next.

The base definition is vehicle.Vehicle which defines the methods and records the service events. Subclasses of Vehicle define their own service intervals, which Vehicle base methods use to determine the next service times.

As servicings are recorded, the total cost can also be reported. This code will sum and report the total service of the vehicle lifetime.

Brent Burton May 2018

About

A Python code sketch to record vehicle service intervals and events, and report which items are next.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages