A simple Streamlit app to help you split the grocery bill with your friends and family.
To run this project by yourself, you need:
- Python 3.7+
Install the dependencies with:
pip install -r requirements.txt
# open the streamlit server
streamlit run Home.py