Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Expense Tracker (Python CLI Project)

A simple and fun Command Line based Expense Tracker written in Python.
You can add expenses, view all expenses, and calculate your total kharcha directly from the terminal 😎


πŸ“Œ Features

  • Enter Date, Category, Description, Amount
  • View all expenses in a clean format
  • View total spending (TOTAL KHARCHA)
  • No external libraries β€” pure Python

🧠 How the Program Works

Program runs in a loop and displays 4 options:

  1. Add Expense
  2. View All Expenses
  3. View Total Spending
  4. Exit

Each expense is stored like this:

{
    "date": "2025-11-22",
    "category": "Food",
    "description": "Momo khaya",
    "amount": 150.0
}

▢️ How to Run

Make sure Python is installed.

python expense_tracker.py

(Use your filename if different)


πŸ“‚ Requirements

No external libraries needed. Just pure Python.


πŸ’‘ Future Improvements

  • Save data using JSON/CSV
  • Edit/Delete expense feature
  • Add monthly reports and category filters
  • Make a GUI with Tkinter or convert to a web app using Django

πŸ‘¨β€πŸ’» Author

Kaushal Karn β€” https://github.com/kaushal-ka


πŸ“œ License

This project is licensed under the MIT License β€” see the LICENSE file for details.

About

Track all the expenses done by user

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages