A funny, interactive quiz game built with Streamlit โ inspired by Kaun Banega Crorepati, but with more bugs and less money.
"Kaun Banega Bugpati" is part of my #100Days100StupidProjects challenge โ a daily commitment to building fun, wacky, and sometimes useful projects just to learn and enjoy coding again.
This one is a quiz game with:
- ๐ A login page
- ๐ฒ Randomized questions from a JSON file
- ๐ก Multiple-choice answers (radio buttons)
- ๐ด A friendly snooze warning (the app sleeps if you're inactive)
- Python ๐
- Streamlit ๐ป
- JSON for storing questions
- A pinch of sarcasm and a ton of patience
- The app may go to sleep due to Streamlit free-tier limits.
๐ Just click the "Wake Up" button and itโll snap back like a clingy ex.
- Clone the repo
git clone https://github.com/yourusername/kaun-banega-bugpati.git cd kaun-banega-bugpati