Want to create interactive content? It’s easy in Genially!
BLANK PRESENTATION
Student
Created on August 27, 2021
Start designing with a free template
Discover more than 1500 professional designs like these:
Transcript
Students Management System
Name : M.Guru Sanjana Class/Sec : 12 AB Roll No. : BH12AB27 Subject : Computer Science Programming Language : Python Project : Individual
Abstract
- Students Management System is a software helpful for school authorities to manage students information.
- In current system all the management processes are done manually.
- It is very difficult, complicated and time consuming.
- The main aim of this project is to make the students management process easy, efficient, and in less time.
- Students Management System is a productive way to manage students data.
- In this project we can create list of students and manage their information in an organized way and update and delete in anytime anywhere.
Software Used
Python Software
PyCharm is an integrated development environment (IDE) used in computer programming, specifically for the Python language
PyCharm IDE
Front End
HTML
Hyper Text Markup Language
This framework provides Python users with a simple way to create GUI (Graphical User Interface) elements using the widgets found in the Tk toolkit. Tk widgets can be used to construct buttons, menus, data fields, etc. in a Python application.
Tkinter
Back End
CSV Files
CSV Files : Comma Separated Values Files. This format is a popular import and export format for spreadsheets and databases.
Modules
Students
Admin
Staff/Teacher
The admin will have control over whole application. Admin will be able to Add, Delete, Update and see Students report.
After login into system student can view their reports and manage their account.
Staff/ Teacher will be able to Add, Delete, Update and see Students report.
Functions
Built-in Functions
import ()
input ()
print ()
Functions
User defined Functions
Login System Functions
01
def login ()
02
def logged_destroy ()
03
def failed_destroy ()
Functions
User defined Functions
Login System Functions
04
def logged ()
05
def failed ()
def login_verification ()
06
Functions
User defined Functions
Login System Functions
07
def Exit ()
08
def main_display ()
Functions
User defined Functions
Class/Division System Functions
def display_main ()
def add_class ()
def view_class ()
def search_class ()
Functions
User defined Functions
Class/Division System Functions
def update_class ()
def delete_class ()
def add_teacher ()
def delete_teacher ()
Functions
User defined Functions
Management System Functions
def display_menu ()
def add_student ()
def view_student ()
def update_student ()
Functions
User defined Functions
Management System Functions
def search_student ()
def delete_student ()
Main Features
- Add a student
- Delete a student
- Search a student
- Update a student
- Roll Number
- Name
- Class/Sec
- Date Of Birth
- Blood Group
- Admission Number
- Contact Phone Number
- Contact Email-Id
- Emergency Address
- Aadhaar Number
Data Flow Diagram
Admin
Login System
Admin Panel
Thank You