stasia02 / budget

0 stars 0 forks source link

Work Flow

  1. Pass in a JSON with information on payers and expenses. (what happens when a budget is generated half way through a month compared to at the end of a month)

Class Ideas:

day:

ana_amt
adam_amt
shared_amt
bills
paydays

month:

holds days - dictionary with num as keys. default val is None
left over amts for players
display method?
then we should store month in the budget class under months dictionary