Skip to content

A beginner-friendly Python project that simulates a "simple café ordering system" via the --command line--

Notifications You must be signed in to change notification settings

noorfattiimaa/python-project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A beginner-friendly Python project that simulates a "simple café ordering system" via the --command line--

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages