INDEX
INDEX
SR.NO TOPIC
1 Introduction
2 Hardware and Software
3 Modules used in programs
4 Output screen
5 Databases
6 Conclusion
7 Bibliography
INTRODUCTION
The Student Management is a Python-based application designed to make it
easier for schools to manage student information. The system helps
administrators add, update, view, and delete student records, including
personal details and grades. Instead of storing data in simple files, this system
uses SQL (Structured Query Language) to organize and manage student data
in a database. This makes it easier to handle large amounts of information and
quickly find or update records.
By using Python and SQL, the system ensures that student data is stored
securely and can be accessed or changed without errors. The project also uses
basic programming principles like organizing code and making sure data is
safe and easy to work with. In the future, the system could be expanded with
features like tracking attendance or grades, or even a user-friendly interface.
SOFTWARE
• Python
• MySQL
• Python connector
OUTPUT SCREEN
#add () [from module info]