This Expense Tracker Application is a simple, command-line Python application for managing personal expenses. It allows users to add expenses, display a list of expenses, save expenses to a CSV file, and integrate with a SQLite database for persistent storage.
- Add Expense: Users can add expenses with details such as amount, category, and an optional description.
- Display Expenses: Displays a list of all added expenses with their details.
- Save Expenses to CSV: Allows users to save the list of expenses to a CSV file for external use or backup.
- Database Integration: Users can create a database table, store data in the database, and retrieve expense data from the database for persistent storage.
- Python 3.x
- SQLite3
- Clone the repository to your local machine: