Skip to content

The Expense and Income Tracker is a Python application that helps users track their expenses and income, allowing them to add transactions, display transaction history, calculate total expenses, income, and net balance, and delete transaction history.

License

Notifications You must be signed in to change notification settings

yugeshsr13/DAY-TO-DAY-EXPENSES-CALCULATOR-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Expense and Income Tracker

Expense and Income Tracker is a simple Python application that allows you to track your expenses and income. It provides functionality to add transactions, display transaction history, calculate total expenses, income, and net balance, and delete transaction history.

Table of Contents

Features

  • Add expense transactions with a description and amount.
  • Add income transactions with a description and amount.
  • Display a list of transactions with their descriptions, amounts, and types (expense or income).
  • Calculate the total expenses, total income, and net balance.
  • Delete transaction history.

Requirements

  • Python 3.x
  • SQLite3

Installation

  1. Clone the repository:

    git clone https://github.com/yugeshsr13/DAY-TO-DAY-EXPENSES-CALCULATOR.git
  2. Navigate to the project directory:

    cd DAY-TO-DAY-EXPENSES-CALCULATOR
    

Usage

  1. Start the Expense and Income Tracker.
  2. Follow the on-screen instructions to add transactions, display transaction history, and delete transaction history if needed.
  3. To exit the program, select the "Exit" option from the menu.

Database

The application uses an SQLite database (transactions.db) to store transaction data. The database is automatically created if it doesn't exist.

Contributing

Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please open an issue or submit a pull request. Make sure to follow the contributing guidelines.

License

This project is licensed under the MIT License.

Support

Sure! If you need any support or have any questions, feel free to reach out to me on LinkedIn. You can find my LinkedIn profile here. Please don't hesitate to connect with me and send a message. I'll be happy to assist you with any help you need.

About

The Expense and Income Tracker is a Python application that helps users track their expenses and income, allowing them to add transactions, display transaction history, calculate total expenses, income, and net balance, and delete transaction history.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages