Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 443 Bytes

File metadata and controls

9 lines (7 loc) · 443 Bytes

PyCK-Project

Expense Tracker : Project Made as a part of PyCK

The code has the relative path of the file 'table.csv' , which has also been added to the repository.

Working: The program stores the name, balance and password in dictionaries, and adds it to the table only when an expense is added. Also, the program make an entry for each expense, even if it is for the same name. The data is filtered according to name later using pandas.