Skip to content

Prasanth-163/Python_Expense_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker (Python)

Overview

This project is a simple Expense Tracker developed using Python. It allows users to record daily expenses, store them in a CSV file, and analyze spending patterns.

Features

  • Add daily expenses with date, category, amount, and description
  • Store data in a CSV file
  • View expense records
  • Category-wise expense analysis using pie chart
  • Identify highest spending category
  • Generate monthly summaries

Technologies Used

  • Python
  • Tkinter (for GUI)
  • CSV (for data storage)
  • Matplotlib (for charts)

How to Run

  1. Install Python
  2. Install required libraries: pip install matplotlib
  3. Run the program: python main.py

Screenshots

Main Interface Main Interface

Pie Chart Analysis Pie Chart

Monthly Summary Monthly Summary

Outcome

This tool helps users track their expenses and understand where their money is being spent. It also provides simple visual insights for better financial management.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages