Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 814 Bytes

File metadata and controls

42 lines (31 loc) · 814 Bytes

Smart Personal Finance & Expense Analytics System

🌐 Live Demo

🔗 https://expense-tracker-548adxv7jennwrxv3jtxhy.streamlit.app

A web-based expense management application built using Python and Streamlit.

📌 Features

  • Add expenses with date tracking
  • Category-wise expense management
  • View all expense records
  • Expense summary dashboard
  • Bar chart visualization
  • Pie chart visualization
  • Budget analysis
  • Savings calculator
  • Download expense reports as CSV

🛠 Technologies Used

  • Python
  • Streamlit
  • Pandas
  • Matplotlib

📂 Project Structure

Expense-Tracker/ │ ├── app.py ├── expense_tracker.py ├── expenses.csv ├── requirements.txt └── README.md

▶️ Run the Project

Install required packages:

pip install -r requirements.txt