0% found this document useful (0 votes)
31 views27 pages

CS Project File 2022-23 (A)

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)
31 views27 pages

CS Project File 2022-23 (A)

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/ 27

COMPUTER SCIENCE

PROJECT FILE
(2022-23)

Name : Aarushi Verma


Class : XII – B
Board Roll No. :
CERTIFICATE

This is to certify that Aarushi Verma of class XII-B has


successfully completed this project titled “School
Management System” under my supervision during
the session 2022-23.
This project is considered as fulfilments of AISSCE
conducted by CBSE, New Delhi.

Mrs. Shipra Arora Signature of External


(C.S. Teacher) Examiner

A
ACKNOWLEDGEMENT

It gives me great pleasure to express my gratitude


towards my computer science teacher Mrs. Shipra
Arora for her guidance, support and encouragement
throughout the duration of project. Without her
motivation and help, this project would not have
been possible.

A special thanks to my parents for their undivided


support and interest, who inspired and encouraged
me to go on my way, without which I would be
unable to complete my project.

B
INDEX
S.No. Contents Page No.
1. Certificate A
2. Acknowledgement B
3. Introduction 1
4. School Management System 2
5. Source Code 3-6
6. Output 7-21
7. Software and Hardware 22
required
8. Bibliography 23
INTRODUCTION

Python is a widely used general-purpose, high level


programming language. It was initially designed by
GUIDO VAN ROSSUM in 1991 and developed by
python software foundation. It was mainly
developed for emphasis on code readability, and its
syntax allows programmers to express concepts in
fewer lines of code. PYTHON

Python is a programming language that let you work quickly and


integrate system more efficiently. Python is dynamically typed. It
supports multiple programming paradigms, including procedural,
object oriented, and functional programming.

SQL (Structured Query Language) is a


standard language for accessing and
manipulating databases. SQL commands are
used to create, transform and retrieve
information from relational database
management systems and also used to
create interface between a user and database.

1
SCHOOL MANAGEMENT
SYSTEM
School Management System is developed using python. Talking about
the project, it contains only an admin side from where the admin can
maintain the records easily. In this project, the user has to perform all
the main functions from the admin side.

About the System

In order to add student records, the user has to provide various


information such as his/her name, roll no., study branch, etc. after this,
the user can easily manage the student’s record and can update and
remove if he/she wants.
The project file contains a python script(school_mnage.py). also, the
design of this project is pretty simple so that the user won’t find any
difficulties while working on it. The school management system in
python helps in easy management of student records.

Advantages of Project

Saves time of teachers and administrators.


Fee collection.
Complete attendance automation.
Easy management of class information analytical reports.
2
SOURCE CODES

3
4
5
6
OUTPUT
STUDENT MANAGEMENT DATABASE

Adding New Admission

7
Updating Details

8
Issuing TC

Displaying Updated Records

9
EMPLOYEE MANAGEMENT DATABASE

Adding New Employee

10
Updating Staff Details

11
11
Deleting Employee Details

Displaying Updated Records

12
FEE MANAGEMENT DATABASE

Inserting Fees Payment Details

13
Updating Fees Payment Details

14
Exempting Fee

Displaying Updated Records

15
ATTENDANCE MANAGEMENT DATABASE

Inserting Details

16
Updating Details

17
Deleting Attendance Details

Displaying Updated Records

18
SCHOOL DETAILS DATABASE

Inserting School Details

19
Updating Details

Deleting Details

20
Displaying Updated Records

21
SOFTWARE AND HARDWARE
REQUIRED

Softwares :
• Operating System : Windows
• Platform : Python IDLE 3.7
• Database : MySQL
• Languages : Python

Hardwares :
• Processor : Pentium (Any) or AMD
• Hard Disk : 40 GB
• RAM : 1024 MB
• Monitor : 14.1 or 15-17 inch
• Motherboard : 1.845 or 915,995 for Pentium or MSI

22
BIBLIOGRAPHY
▪ Computer Science with Python – Class XII
By : Sumita Arora

▪ A Project Report on School Management


System

▪ Website :
https://www.slideshare.net/RemaDeosiSundi/comput
er-project-for-class-12-cbse-on-school-management

23

You might also like