Skip to content

This Python application helps users manage their personal finances by tracking income, expenses, and savings goals. Users can add, view, and categorize transactions, and the program generates visual reports to analyze spending habits. The application utilizes libraries such as Pandas for data management and Matplotlib for visualizations.

Notifications You must be signed in to change notification settings

SammyTourani/Personal-Finance-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Finance Tracker

Overview

The Personal Finance Tracker is a Python-based application that helps users manage their finances effectively by tracking income and expenses. It includes features like visualizing spending patterns and exporting financial records for external analysis.

Features

  • Add and view income/expense transactions.
  • Visualize expenses by category using pie charts.
  • Compare income versus expenses using bar charts.
  • Export financial records to CSV files.

Installation

  1. Clone this repository:

git clone https://github.com/yourusername/Personal_Finance.git cd Personal_Finance

  1. Install dependencies:

pip install -r requirements.txt

  1. Run the application:

python main.py

License

This project is open-source under the MIT License.

About

This Python application helps users manage their personal finances by tracking income, expenses, and savings goals. Users can add, view, and categorize transactions, and the program generates visual reports to analyze spending habits. The application utilizes libraries such as Pandas for data management and Matplotlib for visualizations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages