Initialize a database: python app.py init --db data/budget.db Add a category: python app.py add-category --db data/budget.db "Groceries" Add a transaction: python app.py add --db data/budget.db --type ...
Overview The Monthly Budget Planner is a desktop application built with Python's Tkinter library that helps users manage their monthly finances effectively. This intuitive GUI-based tool allows users ...