A finance tracker application built using Python’s tkinter module. It allows the user to keep track of their income and expenses, and visualize their balance through a pie chart. Utilizing customtkinter gives the application a visual edge over applications developed with tkinter only!
Before you begin, ensure you have met the following requirements:
You have installed the following python modules:
customtkinter
matplotlib
git clone https://github.com/divyansshu/Finance-Tracker.git
cd Finance Tracker
pip install -r requirements.txt
python main.py
Layout of app
Adding the income
Adding the Expenses
Pie Chart showing the track of income and expenses