Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 575 Bytes

File metadata and controls

29 lines (21 loc) · 575 Bytes

Grocery Splitter

A simple Streamlit app to help you split the grocery bill with your friends and family.

System Demo
Demo of the Grocery Splitter app

📋 Requirements

To run this project by yourself, you need:

  • Python 3.7+

Install the dependencies with:

pip install -r requirements.txt

🖥️ Usage

# open the streamlit server
streamlit run app.py