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.
- Host: GitHub
- URL: https://github.com/nozeren/duobudget
- Owner: Nozeren
- License: mit
- Created: 2025-02-03T14:58:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T16:31:14.000Z (about 1 year ago)
- Last Synced: 2025-03-31T17:39:24.250Z (about 1 year ago)
- Topics: asyncpg, flask, pandas, postgresql, python
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
---
### Setup
Create enviroment variable API_URL.
---
### 🤝 Contributing
1. Fork the repo.
2. Create a feature branch (feature/your-feature).
3. Commit changes.
4. Open a Pull Request.