DC23 / car-cost-calculator

An attempt at a total cost of ownership calculator, simply because I plan to get a new car and typically overthink the whole thing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Car Cost Calculator

License: MIT Code style: black

  • Version: 0.6.1

An attempt at a total cost of ownership calculator, simply because I plan to get a new car and typically overthink the whole thing.

Notebook

To run the included notebook, install the dev dependencies. They are not included in the main dependencies as they are not strictly required for running the package code.

pipenv install --dev
pipenv run jupyter notebook ./notebook/comparer.ipynb

References

Depreciation

  1. Dog & Lemon Guide to New Car Depreciation in Australia
  2. ATO Guide to Motor Vehicle Depreciation

About

An attempt at a total cost of ownership calculator, simply because I plan to get a new car and typically overthink the whole thing.

License:MIT License


Languages

Language:Python 80.6%Language:Jupyter Notebook 15.2%Language:Makefile 4.2%