Skip to content

This program will allow users to input and track their expenses, categorize them, and view simple reports using Python.

Notifications You must be signed in to change notification settings

Jonimz/-Budget-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Budget Tracker

Overview

Budget Tracker is a Python-based application that allows users to input their budget, track expenses, and categorize their spending. The application provides a simple graphical user interface (GUI) using Tkinter to help users manage their finances effectively.

Features

User Profile Creation: Users can input their name, age, and salary.

Expense Logging: Users can add expenses with price and category.

Expense Tracking: Users can view a summary of their logged expenses.

User-Friendly GUI: The application utilizes Tkinter to provide an easy-to-use interface.

Installation

Ensure you have Python installed on your system.

Clone this repository or download the source code.

Navigate to the project directory and run the following command:

python budget_tracker.py

How to Use

Set Up User: Enter your name, age, and salary, then click "Set User".

Log Expenses: Enter the expense amount and category, then click "Add Expense".

View Expenses: Click "View Expenses" to see a summary of your logged expenses.

About

This program will allow users to input and track their expenses, categorize them, and view simple reports using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages