💰
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 personal budget manager desktop app. It lets you add and delete transactions, categorise them, and view a running balance, storing everything in…
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.
python main.py. The "Personal Budget Manager" window opens with fields for Date, Description, Amount ($), and Category, plus a transaction list and a balance display showing Current Balance: $0.00.2024-01-15, Description: Salary, Amount: 3000, Category: Income — then click Add Transaction. A confirmation dialog appears and the new entry is shown in the list.2024-01-16, Description: Groceries, Amount: -120, Category: Food. The balance label updates to reflect the running total.python main.py
Standard library only (tkinter, sqlite3).