Skip to content

devendra-w/Vityarthi-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PROJECT : Expense Tracker

A simple Python app to track your daily expenses and stay within budget.

What it does

  • Add expenses with categories
  • Track spending against monthly budget
  • See where your money goes
  • Get daily spending suggestions

Requirements

Python 3.x (that's it!)

How to use

  1. Save the code as tracker.py

  2. Run it: bash python tracker.py

  3. Follow the menu options

Customize it

Open tracker.py and change these values:

Monthly budget: python monthly_budget = 5000.00 # set your budget here

Categories: python categories = ["🍔 Food", "🏠 Home", "💼 Work", "🎉 Fun", "✈️ Travel", "✨ Misc"]

Add or remove categories as you like!

Example

*** EXPENSE TRACKER ***

[1] Add expense [2] View summary [3] Exit Choose: 1

--- Add Your Expense --- What did you buy? Coffee Cost (₹):45
Select Category:

  1. 🍔 Food
  2. 🏠 Home ... Pick 1-6: 1 ✓ Saved: Coffee = ₹45.00

That's it! Start tracking your expenses today.

Screenshot are attached for more insights!

Screenshot 2025-11-23 003554 Screenshot 2025-11-23 003932

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages