Synopsis Teachers Management System MKG
Synopsis Teachers Management System MKG
Synopsis Teachers Management System MKG
Vidyalaya
No.1
Session 2021 – 22
TEACHERS MANAGEMENT
SYSTEM
Informatics Practices
Submitted by :
ASHISH SINGH
Rajan Singh
CLASS : XII Science
[1]
TABLE OF CONTENTS
Certificate
Acknowledgement
Why Python?
Bibliography
[2]
CERTIFICATE
CBSE.
PROJECT GUIDE
External Examiner
[3]
ACKNOWLEDGEMENT
Submitted by :
Thamas Prakash Gaykawad
Vinayak Singh Rathore
Priyanshu Mahobia
Class: XII Science
[4]
HARDWARE SPECIFICATION
Hardware Used:
Processor: Intel i5 Processor having clock speed 1.7 GHz
Main Memory: 04 GB of RAM
Hard Disk Drive: 500 GB
Keyboard: 104/108 Keys or more
Mouse: Optical Mouse
Monitor: 17” LED monitor
SOFTWARE SPECIFICATION
Software Used:
Front End: Python 3.6
Back End: Python 3.6
Operating System: Windows 7
Documentation: MS Office
[5]
WHY PYTHON
Features of python
It is a command-line interface and case-sensitive language.
Menus are designed in the PYTHON application that makes
up the user interface. Menus are created using switch Case
Statements, which easy to perform the basic tasks necessary
to create the required application. A different feature that
makes PYTHON an important platform is
[6]
Working Description of Project
[7]
Part A: Login and Main Frame
Part D: Member
Part E: Reports
[8]
Part A
Login
Main Frame
[9]
Part B
Music Company
Company Navigation
Search a Music Company
By using search filter
Enter the base of search i.e. name, address, or
phone/mobile number
Search using for loop
If found, return all the details of the music
company (name, address, phone/mobile number)
If not found, return an appropriate note
[11]
Part C
Music Album
Music Album Addition
Add new records to the list of music albums in a music
company in the file
Append mode is applicable in file handling
Album’s code, title, music director’s detail, music
company, and the price will be asked to the user
User has to input the above data to add the company
to the record
Music Library Modification
Modify the album records
If the wrong title of the album has been written by
mistake, it can be changed in the record
If details of the music director are wrong, they can
be modified in the record
If a wrong music company name is written, it can
be changed in the record
[12]
If we want to change the price of an album, it can
be changed in the record
Can be done by over assigning values to identifiers
Music Album Deletion
Deletion of a record
By using del or pop command for a list
Music Album Issue
Part D
Members
[14]
Member Data Addition
Member Edition
Member Deletion
Member Navigation
Search a Member
By using search filter
Enter the base of search i.e. name, address, or
phone/mobile number
Search using for loop
If found, return all the details of the
member(name, address, phone/mobile number,
issue/return status, membership fee status)
If not found, return an appropriate note
[16]
Part E
Reports
[17]
Available Album List
Members List
[18]
Bibliography
Informatics Practices
Class 12: SUMITRA ARORA, DHANPAT RAI & CO. (Pvt.) Ltd.
Class 11: SUMITRA ARORA, SULTAN CHAND PUBLICATIONS
Informatics Practices
Class 12: NCERT Book
Class 11: NCERT Book
PROGRAMING IN Python
Internet
www.youtube.com
[19]