Skip to content

sunsarav/personal-finance-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Finance Tracker (Python)

A simple and beginner-friendly Python Personal Finance Tracker that allows you to:

  • Add income and expenses
  • Store transactions in a CSV file
  • View a financial summary
  • Visualize spending using charts
  • Understand Python file handling, data analysis, and visualization

Perfect for beginners and strong for portfolios!


Features

✔ Add transactions (date, category, amount, notes)
✔ Stores data in CSV
✔ Summary: total income, total expenses, balance
✔ Spending by category
✔ Bar chart visualization
✔ Clean, modular code


Tech Stack

  • Python
  • Pandas
  • Matplotlib

How to Run

pip install -r requirements.txt
python finance_tracker.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages