Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.52 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.52 KB

Expense Tracker

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.

Features

  • 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.

Technologies Used

  • Python
  • SQL

Usage

  1. Clone the repository:

    git clone https://github.com/KunalSharma108/expense-tracker.git
  2. Navigate to the project directory:

    cd expense-tracker
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the application:

    python index.py
  5. Follow the on-screen prompts to use the application.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.