This is a simple Bill Management application built using Python and Tkinter library. It allows users to calculate the total bill based on the quantity of items ordered.
Features Menu Display: The application displays a menu with different food and beverage items along with their respective prices per plate. Input Fields: Users can input the quantity of each item they want to order. Total Calculation: Upon clicking the "Total" button, the application calculates the total bill based on the quantities entered. Reset: Users can reset the input fields using the "Reset" button. How to Use Clone Repository: Clone this repository to your local machine.
Install Dependencies: Ensure you have Python installed on your machine. This application uses Tkinter library which is included in Python's standard library.
Run Application: Execute the Python script bill_management.py to launch the application.
Input Quantity: Enter the quantity of each item you want to order in the respective input fields.
Calculate Total: Click the "Total" button to calculate the total bill.
Reset Fields: Use the "Reset" button to clear all input fields.