Skip to content

An Expense Tracker in python using SQL to store the data.

Notifications You must be signed in to change notification settings

KunalSharma108/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An Expense Tracker in python using SQL to store the data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages