Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 811 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 811 Bytes

PhoneBook

A PhoneBook software that permanantly stores contacts in a database with all the relevant fields you wish to add.

Technology/Language/Framework Used:

Python 2.7,SQLite3

Features:

1. Add Contact
   You can add a contact to the phonebook with as many details as you want.
2. Search Contact
   You can search for contacts and contacts will appear as you type.
3. Edit Contact
   You can edit a contact and change all the entries supplied while adding a contact.
4. Delete Contact
   You can delete a contact permanantly from your database.
5. Database Management System
   This program uses a database management system so that your contacts are permanantly stored until you choose to delete them.

Author:
AAYUSH SRIVASTAVA