pyBegin / projects / budget-manager
💰

Budget Manager

A personal budget manager desktop app. It lets you add and delete transactions, categorise them, and view a running balance, storing everything in…

156 lines🖥 Desktop only

Budget Manager

A personal budget manager desktop app. It lets you add and delete transactions, categorise them, and view a running balance, storing everything in a local SQLite database.

How to run

python main.py

Dependencies

Standard library only (tkinter, sqlite3).

Pyodide-runnable

No - it is a Tkinter desktop GUI and persists data to a SQLite database file.