Phone Book in Python

Suyash Singh Jul 05, 2020

The phone book is meant to provide a system that manages the contact details of all people and manages to remember any occasion as a recall.

Firstly, we can run this project on python 2 if you run in python 3 then we few changes involve as we tkinter in place of Tkinter, and in print statement there make a small bracket like this "print()". 

In this project, we also fetch Database(DBMS query) to fetch the details of a person like mobile number, email id, etc. If anyone does not know about DBMS don't be panic feel only basic query is used here like CREATE, DELETE, SEARCH, EDIT query is used here.

In this Project, the GUI (Graphical user interface) is used and also used the motion detection on the very little move the mouse, the screen is gone where you run the program.

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment