Ko Bancha Karod Pati
Ko Bancha Karod Pati is a Python Tkinter quiz game based on Who Wants to Be a Millionaire with login system and earnings display.
Gallery
About the Project
Ko Bancha Karod Pati is a Windows-based quiz game developed in Python using the Tkinter GUI library.
The project is inspired by the popular TV show Who Wants to Be a Millionaire and is designed to demonstrate GUI development, user authentication, and dynamic question handling.
The game includes a login system where users can enter a username and password before starting. After logging in, players answer multiple-choice questions related to Nepal and general knowledge. Each correct answer increases the prize amount, and the total earnings are displayed during gameplay.
The application provides real-time feedback for answers, automatic score calculation, and a final summary screen showing total winnings after the game ends.
Usernames and passwords can be customized directly from the code, allowing easy modification of user data.
This project was created as a learning project to practice Tkinter GUI design, event handling, and Python-based game logic.
Technologies Used:
Python, Tkinter
Platform:
Windows Desktop Application
Main Features:
Login System with Username & Password
Multiple Choice Questions
Dynamic Question Display
Real-Time Answer Feedback
Prize Money System
Total Earnings Display
End-of-Game Summary
Editable User List
GUI-based Game Interface
Goal of Project:
Learning Tkinter and building interactive GUI-based applications using Python.