The Tip Calculator App is a lightweight Streamlit-based tool developed for Whatfood Group to streamline the calculation and fair distribution of tips among restaurant staff. It ensures transparency and accuracy by automatically allocating a portion of main waiters' tips to runners and providing a clear weekly summary for management review.
- Input daily tips for all waiters.
- Assign exactly 2 runners per day.
- Automatically deducts 5% from main waiters' tips to share equally with runners.
- Generates daily and weekly summaries.
- Downloadable CSV report for final distribution.
- Python
- Streamlit
- Pandas
pip install streamlit pandas
streamlit run tip_calculator.py
This project is developed for internal use at Whatfood Group and is intended for educational or demonstration purposes only. Redistribution or commercial use is not permitted without written permission.