You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd Simple-Python-Mini-Projects/Personal\ Expense\ Tracker
24
+
```
25
25
2. Run the Script:
26
-
```bash
27
-
python personal_expense_tracker.py
28
-
```
26
+
```bash
27
+
python expense_tracker.py
28
+
```
29
+
29
30
## Example Output
30
31
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:
0 commit comments