The Restaurant Management System is a Python application developed using the Tkinter library. It offers a user-friendly graphical interface for managing orders, calculating costs, and generating bills for a restaurant.
- Calculator: An integrated calculator simplifies cost calculations.
- Order Management: Easily manage orders for various meals and drinks.
- Billing: The system automatically calculates total costs, taxes, and service charges.
- Price List: Display the price list for menu items.
- Python 3.x
- Tkinter library (usually included in Python installations)
- Clone this repository to your local machine.
- Ensure you have Python installed.
- Run the
main.pyfile using Python. - Use the graphical interface to manage orders, calculate costs, and generate bills.
- Enter the quantity of each item (e.g., Fries Meal, Lunch Meal, Burger Meal).
- Click the "TOTAL" button to calculate the total cost, taxes, and service charges.
- Click the "PRICE" button to view the price list of menu items.
- Utilize the calculator for any additional calculations needed.
This project is licensed under the MIT License.
Special thanks to Amar Kumar for the original codebase.