Skip to content

nimkarprachi17/expense-tracker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Expense Tracker

Built as a beginner Python project to practice file handling and data structures. This is a simple command-line Expense Tracker made using Python. The program allows users to add expenses, view saved expenses, and calculate the total amount spent.

Features

  • Add a new expense with amount and category
  • View all recorded expenses
  • Show the total amount spent
  • Save expenses in a file so the data is not lost

Concepts Used

  • Lists
  • Dictionaries
  • Functions
  • Loops
  • File handling

How to Run

  1. Download or clone the repository
  2. Open the project folder
  3. Run the program using: python main.py

Example

Expense Tracker

  1. Add Expense
  2. View Expenses
  3. Show Total
  4. Exit Choose option:

Author

Prachi Nimkar

About

A Python-based command-line application for tracking daily expenses. Users can add expenses, view all recorded expenses, and calculate total spending. The application uses lists, dictionaries, and file handling to store and manage expense data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages