https://github.com/johanneswiesner/zwegat-alpha
A python GUI-application for splitting bills in a shared flat
https://github.com/johanneswiesner/zwegat-alpha
bill-splitting shared-flat split-bills split-expenses
Last synced: 3 months ago
JSON representation
A python GUI-application for splitting bills in a shared flat
- Host: GitHub
- URL: https://github.com/johanneswiesner/zwegat-alpha
- Owner: JohannesWiesner
- License: mit
- Created: 2022-12-28T12:40:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T12:44:56.000Z (over 2 years ago)
- Last Synced: 2025-02-23T07:45:05.999Z (3 months ago)
- Topics: bill-splitting, shared-flat, split-bills, split-expenses
- Language: Python
- Homepage:
- Size: 521 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
A python application for calculating debts in a shared flat. Everyone can enter the amount of money that they spent on food, etc. and at the end of the month you can click on a button and the program makes the debts calculation for you. The program also includes a 'I'm-away'-function (don't count users that are currently not there) and a 'special-expense' function (certain expenses that should only be shared by a certain group of room mates). A preview video can be seen on [YouTube](https://www.youtube.com/watch?v=l0Uj-u5oSks&t=428s). The application includes a weather-forecast and a radio-function.
# Credits
- Red and green button images by user [Maklay62](https://pixabay.com/de/users/maklay62-182851/?tab=most-relevant&pagi=4) from pixabay.com
- Cash register purchase sound by user [Zott820](https://pixabay.com/de/sound-effects/cash-register-purchase-87313/) from pixabay.com
# Similar projects
- Inspiration for this project: [zwegat](https://github.com/eugenkiss/zwegat)
- Server-based alternative: [Splitastic](https://github.com/plankes-projects/splitastic)