This Expense Tracker application is built using Python's Tkinter library and SQLite3 for managing expenses. The app allows users to track their expenses conveniently through a user-friendly interface. Users can add, delete, and view expenses, utilizing the power of SQLite3 for efficient data storage and retrieval.
- Add new expenses with details
- Delete existing expenses
- View a list of all expenses recorded
- Python
- Tkinter
- SQLite3
Feel free to clone this repository and explore the code to understand how this simple yet effective Expense Tracker is implemented in Python with Tkinter and SQLite3.
Instructions for running the application:
- Clone the repository.
- Install the required dependencies.
- Run the main Python file.
- Start tracking your expenses effortlessly!