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

Demo Project Class 12 CS

This document appears to be a student's computer science practical file for their class 12 semester project. It includes requirements, program specifications, source code, console output, shortcomings, an appendix, and bibliography sections for a bill management system project developed in Python. The program specifications describe a bill management system that allows admin to manage orders, payments, and reports, and users to select menu items and generate bills. Required software includes Python 3 and libraries like random, time, math, and MySQL connector.

Uploaded by

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

Demo Project Class 12 CS

This document appears to be a student's computer science practical file for their class 12 semester project. It includes requirements, program specifications, source code, console output, shortcomings, an appendix, and bibliography sections for a bill management system project developed in Python. The program specifications describe a bill management system that allows admin to manage orders, payments, and reports, and users to select menu items and generate bills. Required software includes Python 3 and libraries like random, time, math, and MySQL connector.

Uploaded by

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

PODAR INTERNATIONAL SCHOOL

SURAT

COMPUTER SCIENCE PRACTICAL FILE


SUBJECT CODE: 083
2021 - 2022

Name :

Class : XII – A (Science)


Certificate
Year: 2021-2022

This is to certify that, a student of


, of class XII Science, has completed his semester project in the
fulfillment of curriculum Central Board of Senior Secondary Education.

The project work , is the original work done by him during his above full
semester project.

Principal’s External Internal


Signature Examiner Examiner

Date : School Stamp


ACKNOWLEDGEMENT

I would like to express my special thanks of gratitude to the


Principal, for his encouragement and all the support that she
provided for this project. I sincerely appreciate this magnanimity
by taking me into her fold for which I shall remain indebted to her.
I also extend my heartily thanks to, Computer Science teacher
who guided me to the successful completion of this project. I take
this opportunity to express my deep sense of gratitude for his
invaluable guidance, constant encouragement and immense
motivation which has sustained my efforts at all stages of this
project work.
INDEX

1. REQUIREMENT
2. PROGRAM SPECIFICATIONS
3. SOURCE CODE
4. CONSOLE OUTPUT
5. SHORTCOMINGS
6. APPENDIX
7. BIBLIOGRAPHY
REQUIREMENTS

HARDWARE:-

WORKING CPU AND COMPUTER SYSTEM

SOFTWARE:-

PYTHON 3.x OR LATER

ADDITIONAL LIBRARIES:

1. RANDOM
2. TIME
3. Math
4. MYSQL.CONNECTOR
PROGRAM SPECIFICATIONS

Bill Management System

The following code is for a Bill management system that can be used for
the managerial purposes that take place in a shop such as the billing. This
Bill Management System is in Python. Talking about the features of this
system, it contains only the admin section. The admin manages all the
orders management, payments, and report. Here, the user can enter
customer details and select items from the menu. The software displays the
menu items as category wise. Users can generate bills after selecting at least
1 item. The system displays a bill inside the ‘Bill Area’ section. We can also
withdraw or deposite money . In a growing world where big data is
increasing haphazardly, effective data management is the key to
systematic analysis and storage. Hence this program can be used for the
aforementioned purposes to avoid cluttering of large amounts of data.

MySQL, Random, Math are the libraries that have been used for running
this code.
BIBLIOGRAPHY

1. Wikipedia
2. “MySQL Connector” (https://www.mysql.com/products/connector/)
3. “Python MySQL”
(https://www.w3schools.com/python/python_mysql_getstarted.asp)
4. For troubleshooting: (https://www.stackoverflow.com/)

You might also like