Skip to content

Commit 616c21e

Browse files
Update README.md
1 parent 80c0027 commit 616c21e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Personal Expense Tracker/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,23 @@ matplotlib
1010
## How to Install
1111
1. Clone the Repository:
1212
```bash
13-
git clone https://github.com/yourusername/personal-expense-tracker.git
14-
cd personal-expense-tracker
13+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
1514
```
1615
2. Install Required Modules:
1716
```bash
1817
pip install pandas matplotlib
1918
```
20-
## How to Run the Script
21-
1. Navigate to the Directory:
22-
```bash
23-
cd path/to/personal-expense-tracker
24-
```
19+
## ▶️ How to Run the Script
20+
21+
1. Navigate to Directory:
22+
```bash
23+
cd Simple-Python-Mini-Projects/Personal\ Expense\ Tracker
24+
```
2525
2. Run the Script:
26-
```bash
27-
python personal_expense_tracker.py
28-
```
26+
```bash
27+
python expense_tracker.py
28+
```
29+
2930
## Example Output
3031
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:
3132
```bash

0 commit comments

Comments
 (0)