This is a Expense Tracker that helps users manage their daily expenses and income. It allows users to record transactions, view summaries, and track financial activity efficiently.
- ➕ Add income and expense entries
- 📊 View all transactions
- 💰Categorize expenses (Food, Travel, Bills, etc.)
- 📈 Calculate total balance
- 📁Data stored using file handling (JSON/Text)
- 📱 Simple and user-friendly interface
- Backend: Flask (Python)
- File Handling: (JSON / TXT)
- CLI (Command Line Interface)
- Python Libraries: json, datetime
- Database: SQLite
- Frontend: HTML, CSS
pip install flask
python main.py