Python mini project for OOPS This is a simple Python program to manage your finances. It lets you track your balance, add income, subtract expenses, and view your current balance. The data is stored in a file (balance.txt) for future use.
Features:
Add income and subtract expenses. View your current balance anytime. Automatically saves the balance to a file for persistence.
How to Run:
Make sure Python 3 is installed. Save the script (expense_tracker.py) and open the Command Prompt or Terminal. Navigate to the folder where the script is saved. Run the script using python expense_tracker.py.
Example Commands:
Add income. Subtract expense. View balance. Exit the program. This file (balance.txt) will automatically be created to store the balance if it doesn't exist already. Simple and effective!