A tiny desktop web app built with Python, HTML, CSS & JS β to randomly decide who cooks the rice today! πβ¨
- Add cookers by name (e.g., Bro, Me)
- Random but fair selection (least-picked goes first)
- Cute UI with emojis and reset popup
- Persistent data saved locally with JSON
- π΅ With background music support
- Python
pywebview - HTML, CSS, JavaScript
- Local file storage (
rice_data.json)
- Clone the repo:
git clone https://github.com/wy-11/Who-Cooks-Rice.git - Install dependencies:
pip install pywebview - Run the app:
python main.py
Just for fun β and for learning!
This is part of my just-learning folder π»π±
Built with a little help from ChatGPT π€π¬