Skip to content

ShubhamKumar0786/Cafe_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Mc Cafe Management System

Welcome to the Mc Cafe Management System! This is a simple Python-based GUI application built using tkinter. It helps users order food items from a menu, calculates the total cost, and provides a user-friendly interface for resetting and modifying orders.

Features

  • Menu Display: Users can see the available items along with their prices.
  • Order Placement: Users can enter quantities for each item and calculate the total cost.
  • Interactive Confirmation: Before finalizing the bill, the app asks if users want to order more or proceed.
  • Order Summary: Displays a detailed order summary with itemized costs and the total amount.
  • Reset Functionality: Allows users to clear all input fields and start a new order.

Technologies Used

  • Python 3
  • Tkinter: For creating the graphical user interface.

Prerequisites

To run this application, you need:

  • Python 3 installed on your system.

How to Run the Application

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/mc-cafe-management-system.git
  2. Navigate to the project directory:

    cd mc-cafe-management-system
  3. Run the Python script:

    python mccafe.py
  4. The application window will open, and you can start placing your order.

Usage Instructions

  1. Entering Quantities:

    • For each item on the menu, you can enter the desired quantity in the corresponding input field.
  2. Place Order:

    • Click the "Place Order" button to calculate the total and proceed.
    • If you want to order more, the app will prompt you before finalizing.
  3. Reset:

    • Click the "Reset" button to clear all input fields and start fresh.
  4. Order Summary:

    • If you confirm the order, an order summary will be displayed along with the total cost.
    • A final message will thank you for visiting Mc Cafe.

File Structure

mc-cafe-management-system/
├── mccafe.py        # Main Python script
├── README.md        # Project documentation

📸 Preview

Main Menuimage_11

Order Summary

image_12 image_13

Contributing

Contributions are welcome! If you have suggestions or improvements, feel free to create a pull request or open an issue.

Contact

If you have any questions or feedback, please contact:


Thank you for using the Mc Cafe Management System! Enjoy your meal! 🍔☕

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages