Skip to content

arorabhavik1001/expense_tracker_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Income Tracker

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.

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/arorabhavik1001/expense_tracker_python.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages