Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 668 Bytes

File metadata and controls

42 lines (29 loc) · 668 Bytes

Café Ordering Script ☕

A simple command-line café ordering app using Python and pyttsx3 for text-to-speech. Users can order items, specify quantity, and receive a formatted receipt.

Features

->🎙️ Voice greeting -> 📋 Interactive menu and order system ->🧾 Bill generation with itemized receipt

Menu Example

Tea - Rs.10
Coffee - Rs.50
Cake - Rs.20
Water - Rs.10
Juice - Rs.20

Installation

pip install pyttsx3

Usage

python cafe.py
  • Type item name (e.g., Tea)
  • Enter quantity
  • Type Done to finish

Here i use Dictionary, input ,output simple and begineer concepts!! Thanks

License

MIT