You are on page 1of 10

ORISON ACADEMY SR. SEC.

SCHOOL
EACHANARI, CBE.

PROJECT
IN
COMPUTER SCIENCE (083)
Academic Year 2021-22

GROCERY MANAGEMENT SYSTEM

NAME :…………………………………………………………………………………………..

CLASS : ………………………………………..ROLL.NO: …………………………………

REG. NO:……………………………….ACADEMIC YEAR: …………………………….


ORISON ACADEMY SR. SEC. SCHOOL
EACHANARI , CBE.

BONAFIDE CERTIFICATE
This is to certify that this project report entitled
…………………...……………………………………is a
bonafide record of the project work done by
…………………………………… of class ….…… Reg.No
…..….…… in the academic year 20… - 20… The project has been
submitted in partial fulfillment of AISSCE for practical held at Orison
academy senior secondary school, Eachanari on …………..

Date:………………………… Teacher in Charge

Internal Examiner External Examiner

PRINCIPAL
ACKNOWLEDGEMENT

I solemnly take the opportunity to thank all the helping hands who made

me to complete this project. First of all I thank the Almighty for keeping me hale

and healthy in order to successfully complete my work.

I wish to express my sincere gratitude to Mrs.Ponmani.R, Principal of

Orison Academy Senior Secondary School, for permitting me to carry out the

project and for the facilities that She has provided for the fulfillment of this

project work.

I am greatly indebted to Mrs. Kiruthika.R, Teacher in Computer Science

who gave me immense support and guidance throughout the completion of this

project.

Last but not the least, I express my heartiest thanks to my lovable parents

and friends for their prayers, suggestions and encouragement for the successful

completion of the project.

Sincerely,
SYNOPSIS

 INTRODUCTION

 HARDWARE & SOFTWARE

REQUIREMENTS

 SOURCE CODE

 SAMPLE OUTPUT

 CONCLUSION

 BIBLIOGRAPHY
INTRODUCTION
Python is an interpreted,highlevel,object oriented
programming language with dynamic semantics. Developed by
Guido van Rossum and first released in 1991. Python’s design
philosophy is simple, easy to learn syntax emphasizes code
readability. Python supports modules and packages, which
encourages program modularity and code reuse. The python
interpreter and standard libraries are available in source or
binary form without charge for all major platforms and can be
freely distributed. Since python is a multipurpose language, it
can also be used as an application program.
And so I have done a project entitled as, ”GROCERY
MANAGEMENT SYSTEM” using Python programming Language.
I have done this project to meet the requirements of the
grocery stores to create systemized bills, view stocks and also the
total sales. It has two main options namely:
Manager
Labour
Both the options are password protected, so that
unauthorised access is prohibited. And also it’s designed in such
a way that manager module has the feature of updating and
viewing the overall stocks. Labour module has the feature of
billing.
The project has been created using CSV module. And so all
the customer details will be stored in a CSV file and can be
accessed easily, which will be a major part to enhance the
business by analysing the customers purchase scores and
providing discounts, etc.,
I have the following user defined functions in my project:
Mainmenu() – which display the submenu as manager,
labour.
Addproduct()- to update the stocks by providing the
details like product name, quantity, price.
Stock()- which will display the current stock list.
Bill()- to create the bill for purchased items.
I will extend my project in future so that I can use this platform
as a digitalized platform, to enhance my business.
HARDWARE AND SOFTWARE
REQUIREMENTS

REQUIREMENTS
Random Access 2 GB (Minimum)
4 GB (Recommended)
Memory

Operating System 32 bit x86


64 bit x64(Recommended)

Hard Disk Minimum 250 MB Free Memory

Processor Dual Core 2.80 GHz or Greater

Screen Resolution 1366 x 768 (Optimal)

Platform Windows 7/8/10

Software’s updated Python 3.7


Microsoft office 2013

Module Used CSV


SOURCE CODE
SAMPLE OUTPUT
BIBILIOGRAPHY

You might also like