Skip to content

Latest commit

 

History

History

Personal Expense Tracker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Personal Expense Tracker

A Python script to track and manage personal expenses with functionalities to add, view, analyze, and visualize expenses.

Description

This script helps you keep track of your personal expenses by adding them to a CSV file. You can view your expenses, analyze them by category, and visualize them using bar charts.

Required Modules

Python 3.x pandas matplotlib

How to Install

  1. Clone the Repository:
              git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
  1. Install Required Modules:
               pip install pandas matplotlib

▶️ How to Run the Script

  1. Navigate to Directory:
          cd Simple-Python-Mini-Projects/Personal\ Expense\ Tracker
  2. Run the Script:
        python expense_tracker.py

Example Output

When you run the script, you will see a menu with options to add expenses, view expenses, analyze expenses, visualize expenses, or exit the program. Here is an example of how to interact with the menu:

                  Personal Expense Tracker
                  1. Add Expense
                  2. View Expenses
                  3. Analyze Expenses
                  4. Visualize Expenses
                  5. Exit