Expense Tracker
- 2 Devlogs
- 2 Total hours
Its a CLI based Expense Tracker using Python.
Its a CLI based Expense Tracker using Python.
Now a user can Add Expense and View the list your there expense and also I use datetime of python to get the exact date and time user added the expense
Added User account create and Login function, it was quite similar with my last Bank Management System project so it was easy for me to do it.