💰
Personal Finance Tracker
Python54 lines· A console-based personal finance manager. It lets you add expenses (name, amount, category), list all expenses, and calculate the total spent, all…
Original project by @Manishak798 — view source on GitHubReady when you are
Personal Finance Tracker
A console-based personal finance manager. It lets you add expenses (name, amount, category), list all expenses, and calculate the total spent, all from a simple text menu.
How to run
python main.py
Dependencies
Standard library only.
Pyodide-runnable
Yes — it is a pure-stdlib console program using input() and print().
personal-finance-tracker.py· Python 3.x
64 linesConsole· terminal