Personal Finance Manager
This is a personal finance manager allowing users to track their income, expenses, and savings.
For the list commands:
[python finance_manager.py -- help]For a graphical representation, use:
[python finance_manager.py --report]Install matplotlib using pip:
pip install matplotlib