utility_calculator
Calculate your utilities bill
Based on Julian E. Andrew's code at https://github.com/JulianEAndrews/utility_calculator
user_data_dir.py
is code from appdirs.
It's licensed under the MIT License, same as this code, and included as a snippet
instead of a dependency to allow this program to run on a base Python install.
Installation
In progress...
Usage
In progress...
TODO
- Upon adding a roommate, assume that they're there until otherwise stated.
- Add bill via commandline args
- Add roommate via commandline args
- Add support for costly utilities that not everyone uses, such as a kiln
- Store data in database
- Add roommate interactively
- Add bill interactively
- Document code (specifically functions)