A simple Python-based Expense Tracker application that helps users record, view, update, and delete daily expenses using an SQLite database.
- Add new expenses
- View all expenses
- Update existing expenses
- Delete expenses
- Store data using SQLite
- Menu-driven interface
- Python
- SQLite3
- Git
- GitHub
- VS Code
ExpenseTracker/
│── main.py
│── expense.py
│── operations.py
│── database.py
│── config.json
│── README.md
- Clone the repository.
- Open the project in VS Code.
- Run:
python main.pyNisarga H N