0% found this document useful (0 votes)
12 views

cs proj

computer science project

Uploaded by

hehuwoman
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)
12 views

cs proj

computer science project

Uploaded by

hehuwoman
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/ 6

INDEX

1. CERTIFICATE
2. ACKNOWLEDGEMENT
3. INTRODUCTION
4. USP
5. SOURCE CODE
6. OUTPUTS
7. ANALYSIS
8. IMPROVEMENT
ACKNOWLEDGEMENT

It is my pleasure to I acknowledge my
gratitude towards our teacher MS. PUJA
MALHOTRA who undertook the responsibility
of teaching the subject computer science. I
would like to express my sincere appreciation
for all the other students of my batch and the
good classes that we all shared together.
Finally, I would like to thank our principal Ms.
Veena Goel who has always been a source of
inspiration.
INTRODUCTION

This project automates the E-COMMERCE


SUPERMARKET and allows user to choose
between four different options through
which they can search for categories
available, view their cart, delete items or
modify cart and generate bill The categories
also contain sub categories and ‘items’ is a
dictionary which displays all available items
of ‘category’ input by user by the add_to_cart
function. Also the cart is always sorted in
ascending order. Other than this there are 6
other functions that are used later in while
ans==’y’ loop. Depending on user’s choice a
simple shopping system is implemented in
python.
USP

My project allows the user to experience a


seamless, real-time shopping management
with a smart supermarket simulation! This
project combines Mysql and python to deliver
a fully interactive cart system, personalized
category browsing, and instant tax-calculated
billing transforming database learning into a
practical, engaging retail solution. It is
convenient to use because of the ascendingly
sorted display for easy budgeting.
ANALYSIS
This code provides a dynamic, interactive
experience simulating a shopping cart system
for a supermarket. Users can browse items by
category, add and remove items from their
cart, view a sorted summary of items, and
generate a final bill, complete with tax
calculations. With an organized MySQL
database structure for categories and items,
the Python code enables real-time data
retrieval, making it easy to manage and
update shopping preferences. The
streamlined user interface and functional
design make it accessible for users. Overall,
the project demonstrates effective SQL-
Python integration for creating practical and
user-friendly applications in real-world
scenarios.
IMPROVEMENT

To improve my e-commerce project, I plan to


implement user authentication for a more
personalized shopping experience. I’ll make
categories dynamic by fetching them directly
from the database instead of hardcoding. I
want to enhance the cart by allowing users to
update item quantities easily. Adding a
search function will simplify item lookup. I’m
considering introducing discount codes or
promotions to make it more realistic. I’ll
optimize database queries with indexing and
use stored procedures for complex
transactions. I also want to add error
handling for database issues and build an
admin panel to manage inventory, categories,
and orders.

You might also like