Expense Tracker is a Python application that allows users to manage their expenses efficiently. It provides various functionalities such as adding, deleting, and updating expense items, as well as calculating the total expense and viewing expenses for a specific date.
- Add an Item: Users can add a new expense item, including the date, description, category, and amount.
- Delete an Item: Users can delete an existing expense item from the database.
- Change Data of an Item: Users can update the details of an existing expense item, including the date, description, category, and amount.
- Find the Total Expense: The application calculates and displays the total expense based on all the recorded expense items.
- View Table of a Specific Date: Users can view all the expense items recorded for a specific date.
- Quit the Program: Users can exit the application when finished.
- Python
- SQL
-
Clone the repository:
git clone https://github.com/KunalSharma108/expense-tracker.git
-
Navigate to the project directory:
cd expense-tracker
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python index.py
-
Follow the on-screen prompts to use the application.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.