It's A simple Expense Calculator Application made Through Tkinter. It has Automatic History Saving Section When we Calculate the Total Expense from the Monthly Salary.
First Input Your Income and Click on set income
Button so that it can calulate the remaining Amount left with you after expense.
This Application Runs on installation of tkinter To install tkinter, you can run this commandin the terminal:
pip install tkinter
To Run the Python File
python expensecalculator.py