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
Name : M.Guru Sanjana Class/Sec : 12 AB Roll No. : BH12AB27 Subject : Computer Science Programming Language : Python Project : Individual
Students Management System
- 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.
Abstract
PyCharm is an integrated development environment (IDE) used in computer programming, specifically for the Python language
PyCharm IDE
Python Software
Software Used
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.
HTML
Hyper Text Markup Language
Tkinter
Front End
CSV Files : Comma Separated Values Files. This format is a popular import and export format for spreadsheets and databases.
CSV Files
Back End
Modules
Students
Admin
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.
The admin will have control over whole application. Admin will be able to Add, Delete, Update and see Students report.
Staff/Teacher
import ()
input ()
print ()
Built-in Functions
Functions
User defined Functions
Login System Functions
def failed_destroy ()
def logged_destroy ()
def login ()
03
02
01
Functions
def login_verification ()
def failed ()
def logged ()
06
05
04
User defined Functions
Login System Functions
Functions
User defined Functions
def main_display ()
def Exit ()
08
07
Login System Functions
Functions
def search_class ()
def view_class ()
def add_class ()
def display_main ()
Class/Division System Functions
User defined Functions
Functions
def delete_teacher ()
def add_teacher ()
def delete_class ()
def update_class ()
Class/Division System Functions
User defined Functions
Functions
User defined Functions
Management System Functions
def update_student ()
def view_student ()
def add_student ()
def display_menu ()
Functions
def delete_student ()
def search_student ()
User defined Functions
Management System Functions
Functions
- Roll Number
- Name
- Class/Sec
- Date Of Birth
- Blood Group
- Admission Number
- Contact Phone Number
- Contact Email-Id
- Emergency Address
- Aadhaar Number
- Add a student
- Delete a student
- Search a student
- Update a student
Main Features
Admin Panel
Login System
Admin
Data Flow Diagram
Thank You