0% found this document useful (0 votes)
13 views15 pages

Vageesha Food Orders and Delivery-7

The document outlines a project on a food ordering and delivery program called Vageesha Food, developed by Pravin.P from class XII-A1. It includes sections on acknowledgements, the purpose and key features of the program, code snippets, outputs, future enhancements, and a bibliography. Future enhancements suggest improvements like voice ordering, expanded payment options, AI personalization, health-conscious filters, and food safety tracking.

Uploaded by

kanipuga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views15 pages

Vageesha Food Orders and Delivery-7

The document outlines a project on a food ordering and delivery program called Vageesha Food, developed by Pravin.P from class XII-A1. It includes sections on acknowledgements, the purpose and key features of the program, code snippets, outputs, future enhancements, and a bibliography. Future enhancements suggest improvements like voice ordering, expanded payment options, AI personalization, health-conscious filters, and food safety tracking.

Uploaded by

kanipuga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

VAGEESHA FOOD

ORDERS AND DELIVERY


DONE BY,
PRAVIN.P XII-A1
Index
1.Acknowledgement…………………………Pg 3
2.Introduction………………....………… Pg 4
3.Code………………………………………Pg 5-8
4.Outputs…………………………………. Pg 9-12
5. Future Enhancements………………… Pg 13
6.Bibliography…………………… Pg 14
11

11

1
1.Acknowledgement:

I would like to express my gratitude to my computer science


teacher Ramya mam for providing us with the guidance to
complete this project successfully and wonderfully teaching
us python and file handling which was very important for the
project.

I also want to thank my class 11th computer science teacher


Chitra mam who taught us the basics of python wonderfully in
a way which was easily understandable. I greatly appreciate
my project partner Gunaal for being very creative,skillful and
easy to work with allowing us to efficiently complete the
project.

And I want to thank the Principal and the Management for


creating the resources which allowed us to learn computer
science and complete this project.

Finally,I would also like to acknowledge my family for their


continuous love, patience, and support, which kept me
motivated throughout the process.
2. Introduction

2.1 purpose of vageesha food and delivery:


The purpose of this food order and delivery program
is to simplify and enhance the experience of
ordering meals from local restaurants. By providing
an intuitive interface for both users and
administrators, the program streamlines the entire
ordering process—from placing an order to
managing it effectively. It aims to connections
between customers and local eateries while
ensuring that meal delivery is efficient and reliable.
Additionally, the program serves as a centralized
system for tracking orders,
2.2 Key features:
1. make_file():
a. Creates a CSV file to store orders if it
doesn't already exist.
2. inserting_orders():
a. Appends a new order to the CSV file with all
relevant details.
3. display_orders():
a. Reads and displays all orders from the CSV
file in a user-friendly format.
4. search_orders(order_id):
a. Searches for a specific order using the
provided order ID.
b. Notifies the user whether the order was
found or not.

5. update_orders():
a. Allows modification of an existing order by
replacing its details with updated
information.
6. delete_orders(order_id):
a. Removes a specific order from the CSV file
based on the order ID.
7. usermenu():
a. Provides a menu for users to interact with
the program.
8. adminmenu():
a. Offers administrative functionalities for
managing orders, including insertion,
updating, deletion, and display.
9. mainmenu():
a. It is the entry point of the program, guiding
users to choose between user and admin
function.
3.CODE:

Figure1

Figure2
Figure3
Figure4
Figure5

4. Outputs :

Figure1
Figure2
Figure3

Figure4

Figure5
Figure6

5. Future Enhancements:
1.Voice Ordering Capability: adding voice recognition technology could allow
customers to place orders through smart speakers or mobile devices, providing
an additional layer of convenience.
Which can be really helpful for blind persons and persons having disabilities.

2.Expanded Payment Options: adding more diverse payment methods,


including digital wallets, cryptocurrency, and BNPL (Buy Now, Pay Later) options,
would cater to a wider range of customer preferences

3.AI-Powered Personalization: Using AI to analyze customer behavior and


preferences could enable the platforms to offer tailored recommendations,
personalized promotions, and curated meal plans.

4.Health-Conscious Filters: Introducing filters for dietary preferences (e.g.,


vegan, gluten-free, low-carb) and providing nutritional information could help
health-conscious customers (like diabetes patients) make informed choices.
5.Food Safety Tracking: presenting a transparent food safety tracking system
that provides information on the sourcing, preparation, and delivery process
could enhance trust and customer confidence in food quality.

6.Bibliography :
1) Computer Science With Python For Class XI By Sumita Arora.
2) Computer Science With Python For Class XII By Sumita Arora

THANK YOU so much sir/mam.

You might also like