Finance Tracker

What?

Finance Tracker is a program that you can use to keep track of your daily expenditure. You can view your past expenditures as well to compare and see what you shouldn't be buying to keep your expenses lower. It visualises your data with simple charts.

Why?

I originally started making this in my last year of high school, thinking that I will be bad with money coming into university. Boy I was right! I didn't want to make an excel sheet because it felt weird as a computer scientist. Hence I decided to make my own program to do so.

How?

I used the tkinter python library to make the gui and the matplotlib library to make the charts. I used a grid system for the layout to make it easy to place things. CSV was the choice to store the data.

Notes

I made this in my early stages of programming and it has very inefficient code and many many bugs. To add to that, it has 0 comments, hence I don't even know how it works anymore and I can't fix the bugs.

The Program