Script to calculate amount of time to get to a particular car goal or to see how many cars would you have in a particular amount of time. In order to customize the parameters change the variable at the top of the calculator.py script
With the parameters:
car_goal: 30average_earning_per_car: 18starting_cars: 3price_per_car: 690fuel_price: 2current_earnings: 6
The output of the calculator is:
Average Daily Earnings: 540
Total Remaining Earnings: 202
Total weeks: 18
Total Cars: 30