Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cwshugg/snowbudget
A budget assistant I implemented to make keeping track of expenses easier.
https://github.com/cwshugg/snowbudget
Last synced: 9 days ago
JSON representation
A budget assistant I implemented to make keeping track of expenses easier.
- Host: GitHub
- URL: https://github.com/cwshugg/snowbudget
- Owner: cwshugg
- Created: 2022-04-03T23:35:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T22:11:54.000Z (about 2 years ago)
- Last Synced: 2024-10-18T06:15:35.677Z (3 months ago)
- Language: Python
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snowbudget
I'm developing this program to more easily keep track of my expenses. As a
recent college graduate taking on a full-time position, I felt this is important
to get right. And what better way than to write a program!## Installation
To run this app:
1. Fork it
2. Install Docker
3. Run `docker compose up -d`
4. Navigate to http://localhost:8080.## Contributors
Thanks a lot to Abhishek Sathiabalan for taking interest in the project and
integrating Docker to make for better deployment!## TODO
0. Add credentials manager UI
1. Add code that goes out and gets all transactions from a particular financial institution in a month (?); how would they get categorized ? It would be a mix of expenses and income.
2. Change add transactions so a user can select the date when a transaction occured
3. Add an option for savings/budget.json to allow savings rate to be computed against your gross income
4. Figure out why chart doesn't work on Docker but it does for Connor.