Coders Packet

Phone Book in Python

By Suyash Singh

  • logo.gif
  • phonebook.py
  • codespeedy.py
  • pblogo.gif
  • 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.

    Download Complete Code

    Comments

    No comments yet

    Download Packet

    Reviews Report

    Submitted by Suyash Singh (suyashpratap9453)

    Download packets of source code on Coders Packet