Skip to content

Python implementation of a basic "Expense tracker" program

Notifications You must be signed in to change notification settings

C3driK/Expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Expense Tracker

The program is an interactive python implementation of a basic expense tracker. When you run the program, it asks you to pick an option from 1-5:

Expense Tracker

  1. Add an expense
  2. List all expenses
  3. Show total expenses
  4. Filter expenses by category
  5. Exit Enter your choice:
  1. Accepts expense and the category, (e.g 20$, Food)
  2. Lists all the expenses and the categories
  3. Shows the total expenses entered
  4. Allows you to retrieve expenses according to the categories.
  5. Exit the program.

About

Python implementation of a basic "Expense tracker" program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages