An open API service indexing awesome lists of open source software.

https://github.com/nozeren/duobudget

A simple flask app to track expenses, categorize bills, and split costs with your partner.
https://github.com/nozeren/duobudget

asyncpg flask pandas postgresql python

Last synced: 2 months ago
JSON representation

A simple flask app to track expenses, categorize bills, and split costs with your partner.

Awesome Lists containing this project

README

        

# đź’° DuoBudget
A simple flask app to track expenses, categorize bills, and split costs with your partner. At the end of each month, you can see how much you’ve spent, saved, and earned—all in one dashboard.

---

### Features

- [ ] **Expense Tracking** – Add expenses and categorize them easily.
- [ ] **Upload Bank Statements** – Import bank files (CSV/XLSX) and automatically add transactions.
- [ ] **Smart Categorization** – Recurring expense names will auto-suggest past categories.
- [ ] **Bill Splitting** – Select shared expenses with your partner, calculate amounts, and settle payments.
- [ ] **Dashboard Overview** – Track spending, savings, and income.

---

### 🤝 Contributing
1. Fork the repo.
2. Create a feature branch (feature/your-feature).
3. Commit changes.
4. Open a Pull Request.