hardik project
hardik project
SCHOOL,
KNN, JODHPUR
SESSION: 2024-25
Project file
INFORMATICS PRACTICES
SUBMITTED TO:
SUBMITTED BY:
1
Mr. RAKESH PRAJAPAT HARDIK
BORAWAR
(PGT IP) SUMIT
KHANDELWAL
(XII
COMMERCE)
Index
Topic Page no.
1. Acknowledgement 3
2. Certificate 4
3. System Requirement 5
4. Source code 6
5. Output Screen 10
6. Bibliography 15
2
3
ACKNOWLEDGEMENT
I would like to express my gratitude towards
my teacher Mr. Rakesh Prajapat Sir, who gave
me the golden opportunity to do this project of
‘INFORMATICS PRACTICES’ on
‘STUDENT MANAGEMENT SYSTEM’
who also helped me in completing my project.
I came to know about a lot of new things.
Also, I would like to thanks my parents and
friends for supporting and helping me in this
project.
HARDIK BORAWAR,
SUMIT KHANDELWAL
(XII COMMERCE)
4
CERTIFICATE
This is to certify that this project has been
made by HARDIK BORAWAR,
SUMIT KHANDELWAL(XII COMMERCE) of class
XII COMMERCE of INFORMATICS PRACTICES
on ‘STUDENT MANAGEMENT SYSTEM’under
my guidance and have been completed
successfully.
Principal
System Requirement :
5
SOFTWARE :
1.1. OPERATING SYSTEM
1.1.1. WINDOWS 10
1.2. PYTHON VERSION
1.2.1. VERSION 3.12
1.2.2. Compatibility with the libraries (PANDAS)
2. HARDWARE :
2.1. Processor: Modern CPU (Intel i5 or higher,
AMD Ryzen 5 or higher) should be sufficient.
2.2. Memory (RAM): At least 4GB of RAM (8GB is
recommended for better performance if you are
working with large datasets).
2.3. Storage: 1GB or more free space for storing
libraries and project files.
2.4. Display: minimum 1280x720 resolutions
for working in IDEs or text editors
comfortably.
Source Code
import os
6
import platform
x = "#" * 30
y = "=" * 28
global bye #Making Bye As Super Global Variable
bye = "\n {}\n# {} #\n# ===> Brought To You By <=== #\n# ===>
code-projects.org <=== #\n# {} #\n {}".format(x, y, y, x) # Will Print
GoodBye Message
------------------------------------------------------
|======================================================|
|======== Welcome To Student Management System ========|
|======================================================|
------------------------------------------------------
7
""")
print('''
________________________________________________________
___________________
9
print("Please Enter Valid Option") #Error Message
runAgain()
OUTPUT
11
PERFORMING THE SECOND FUNCTION TO
12
PERFORMING THE THIRD FUNCTION TO
SEARCH A STUDENT
13
PERFORMING THE FOURTH FUNCTION TO
REMOVE A STUDENT
14
BIBLIOGRAPHY :
BLACKBOX AI.com
CHATGPT.com
GOOGLE.com
15
16
THANK
YOU
17