Skip to content

Python Console-Based Expense Tracker using OOP and File Handling. Allows users to add expenses, view history, and calculate total spending.

Notifications You must be signed in to change notification settings

ishwaritapkir/Python-Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’° Python Expense Tracker

A console-based Expense Tracker built using Python, applying Object-Oriented Programming (OOP) and File Handling.
This project allows users to add new expenses, view their history, and calculate the total spending.
All data is stored permanently in expenses.txt.


πŸš€ Features

  • Add Expense (amount + note)
  • View Expense History
  • Calculate Total Spent
  • Saves data permanently using text file
  • Simple menu-driven interface

🧰 Technologies Used

  • Python
  • Object-Oriented Programming
  • File Handling
  • Console App

πŸ“‚ Project Structure

About

Python Console-Based Expense Tracker using OOP and File Handling. Allows users to add expenses, view history, and calculate total spending.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages