Computer File
Computer File
RUDRAPUR
(Affiliated to C.B.S.E, New Delhi)
PROJECT REPORT
IN
Computer science –XII
(2021-22)
ON
“Grocery Store Management System”
Submitted in partial fulfillment of the requirement of C.B.S.E, New
Delhi for
the award of ‘Senior School Certificate’ in Commerce
Submitted by:
Submitted to :
Name:……………………………….
Roll No.: ………………………
JAYCEES PUBLIC SCHOOL,
RUDRAPUR
CERTIFICATE
This is to certify that ……………………,student of
class XII d,has successfully completed
computer science project work on the topic
Grocery Store Management System
under the guidance of Mr…………………………..
-------------------------------------------
PGT COMPUTER
ACKNOWLEDGEMENT
I would like to extend my sincere and heartfelt
gratitude to my computer science teacher…………………
who has helped me in this endeavour and has always
been very cooperative and without his cooperation,
guidance and encouragement this project work could
not have been what it evolved to be.
(Name of student)
INDEX
1.ABOUT PYTHON
2.ABOUT SQL
3.SPECIFICATIONS
4.ABOUT PROJECT
5.OBJECTIVES OF PROJECT
7. REFERENCES
ABOUT PYTHON
Functionalities provided:
1. Provides the searching facilities based on
various factors. Such as Customer, Product
Company ,Product Type, Supplier.
2. Grocery Shop manage the Stock details
online for Grocery Shop Management
System also manage the Stock details
online for Product Type details, Supplier
details, Customer.
3. It tracks all the information of Product,
Stock,Product Type etc.
print('******************************************
')
n=1
elifchoice2==11:
import matplotlib.pyplot as plt
items=('Soap','Butter','Lightbulb','Salt')
avalibility=[123,30,800,12]
colors=['red','yellowgreen','blue','gold']
plt.pie(avalibility,labels=items,colors=colors)
plt.title('avalibility of items in shop')
plt.show()
n=1
elifchoice2==12:
a=input('enter worker name')
t='select*from worker_detailswhere worker_na
me=("{}")'.format(a)
c.execute(t)
v=c.fetchall()
fori in v:
print(v)
b=int(input('what to update 1.AGE ,2.
SALARY ,3.CONTACT '))
if b==1:
column="worker_age"
value=input('updated age')
Wikipedia
Sumit arora class 12 book
Tutorial point