You are on page 1of 15

Bharat Ram Global

School, Greater Noida


Computer science project on..

Contact Book - Python Project Using MySql


(2023-24)

Submitted to… submitted by……


Ms. Shruti Pandey . Arshad – 12th - C

. Shivshek – 12th – C

. Raj Bhati – 12th - C


. Shreyansh – 12th -C
. Dhruv - 12th - C
Certificate
----------------------------------------------------------------------------------------------

This is to certify that Arshad , Shivshek,


Raj Bhati , Dhruv and Shreyansh Attri
students of class 12th -C , Bharat Ram
Global School , have successfully
completed their project in computer
science practical for the ‘Contact Book –
by using python and mysql’. This project is
found worthy of acceptance as final
project . This project file is prepared
under the guidance of Ms. Shruti Pandey .
Acknowledgement
we would like to express a deep sense of thanks
& gratitude to our project guide Ms. Shruti Pandey
for guiding us immensely through the course of
project. She always evinced keen interest in our
work. Her constructive advice & constant
motivation have been responsible for the
successful completion of this project.
our sincere thanks goes to our school principle
and co-ordinators in extending every possible
support for the completion of this project.
We also thanks to our parents for their
motivation and support. we must thanks to our
classmates for their timely help & support of this
project.

Arshad Saifi , Shivshek Yadav, Raj Bhati, Shreyansh Attri , Dhruv

Class – 12th c
Working description

This program contain main menu with


6 working options .
1) Add new record
2) Search record
3) Display all record
4) Delete all records
5) Modify records
6) Exit

when program is start then it will ask input between 1 – 6.


According to requirement , user can enter number and use program.
Introduction about modules used in project

1) MySQL Connector module of Python

MySQL Connector module of Python is used to connect MySQL


databases with the Python programs, it does that using the Python
Database API Specification v2. 0 (PEP 249). It uses the Python
standard library and has no dependencies.

2)time module
The Python time module provides many ways of representing
time in code, such as objects, numbers, and strings. It also
provides functionality other than representing time, like
waiting during code execution and measuring the efficiency of
your code.
System requirement for backend
and frontend

to use this program it must to have install python (idle) and


mysql .

In this project python is used for frontend


and mysql database is used for backend
Index………………..

1) Working description
2) Modules intro
3) Source code
4) Output
5) Bibliography
Source code :
Output :
. After the run the code this options will come …..

. Adding new records


. Search records

. Display all records

. Modify records
. Take exit from program
Bibliography

. Ncert computer science


. www.pyforschool.com
. Youtube

You might also like