- Add income or expense transactions.
- View transactions within a date range.
- Summary of total income, expense, and net savings.
- Visualize trends with matplotlib plots.
- Data stored in a CSV file (finance_data.csv).
Simple Interface: Easy-to-use menu-driven system for adding and viewing transactions.
CSV Storage: Saves data in a structured and portable format.
Date Filtering: Allows viewing transactions within a date range.
Summarized Insights: Provides total income, expenses, and savings.
Plotting: Visual trends help understand finances over time.
- matplotlib
- pandas