Income Tracker is a Python-based project that allows you to track your income and expenses over time. The application stores all data in a CSV file and provides functionalities to add, retrieve, and visualize your financial entries.
- Add Income/Expenses: Record your income and expenses with details like date, amount, and description.
- CSV Storage: All entries are stored in a CSV file, making it easy to manage and export your data. The program uses Pandas library to interact with the CSV.
- Date Range Retrieval: Retrieve and view your financial entries within a specific date range.
- Data Visualization: Plot your income and expenses over time. It uses Matplotlib to do the same.
- Clone the repository:
git clone https://github.com/arorabhavik1001/expense_tracker_python.git