Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Budget Management Application

Overview

The Budget Management Application is a simple tool built using Python's Tkinter library for tracking income and expenses. It allows users to add income or expenses under different categories and provides visualization of the budget data through pie charts and bar charts.

Features

  1. Add income or expenses under different categories.
  2. Track the overall budget.
  3. Visualize budget data using pie charts and bar charts.
  4. Simple and intuitive user interface.

Requirements

  1. Python 3.x
  2. Tkinter (typically included with Python installation)
  3. Matplotlib library (for plotting charts)

Installation

  1. Clone the repository to your local machine: git clone <repository_URL>
  2. Navigate to the project directory: cd budget_management_application

Usage

  1. Run the application by executing the Python script: python budget_management_application.py
  2. Add income or expenses by entering the amount and category in the respective sections.
  3. Click the "Add Income" button to add income, or the "Add Expense" button to add an expense.
  4. Visualize the budget data by clicking on the desired chart type in the "Display Charts" section.

Resources

  1. Tkinter Documentation: https://docs.python.org/3/library/tkinter.html
  2. Matplotlib Documentation: https://matplotlib.org/stable/contents.html

About

The Budget Management App allows users to track their income and expenses, categorize them, and view charts representing their financial data. The app includes features such as adding income and expense entries, displaying the current budget, and generating pie and bar charts to visualize income and expense distribution.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages