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.
->🎙️ Voice greeting -> 📋 Interactive menu and order system ->🧾 Bill generation with itemized receipt
Tea - Rs.10
Coffee - Rs.50
Cake - Rs.20
Water - Rs.10
Juice - Rs.20
pip install pyttsx3
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
MIT