Small program to generate a report about your personal finances regarding the 50/30/20 rule
- Create a Python virtual environment
python3 -m venv venv
- Source the virtual environment
source venv/bin/activate - Install the dependencies
pip3 install -r requirements.txt
- Update the values inside of
data.pywith your information - Run
python3 main.pyto generate your breakdown