A Python script to track and manage personal expenses with functionalities to add, view, analyze, and visualize expenses.
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.
Python 3.x pandas matplotlib
- Clone the Repository:
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
- Install Required Modules:
pip install pandas matplotlib
- Navigate to Directory:
cd Simple-Python-Mini-Projects/Personal\ Expense\ Tracker
- Run the Script:
python expense_tracker.py
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