Skip to content

Contact Information System This Python program is a basic Contact Information System that allows users to manage their contacts. Users can add, view, search, update, and delete contacts with details including name, phone number, email, and address. The program is structured around two main classes - Contact and Contact Book.

Notifications You must be signed in to change notification settings

AakashThakur-123/CodSoft_Python-Programming-Task-05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CodSoft_Python-Programming-Task-05

Task-05 CONTACT-BOOK :-

Contact Information: Store name, phone number, email, and address for each contact.

Add Contact: Allow users to add new contacts with their details.

View Contact List: Display a list of all saved contacts with names and phone numbers.

Search Contact: Implement a search function to find contacts by name or phone number.

Update Contact: Enable users to update contact details.

Delete Contact: Provide an option to delete a contact.

User Interface: Design a user-friendly interface for easy interaction.

Task 5 (Contact Book)

Contact Information System This Python program is a basic Contact Information System that allows users to manage their contacts. Users can add, view, search, update, and delete contacts with details including name, phone number, email, and address. The program is structured around two main classes - Contact and ContactBook. Contact class stores contact details (name, phone number, email, and address). ContactBook class manages the contacts and provides functionalities to add, view, search, update, and delete contacts.

About

Contact Information System This Python program is a basic Contact Information System that allows users to manage their contacts. Users can add, view, search, update, and delete contacts with details including name, phone number, email, and address. The program is structured around two main classes - Contact and Contact Book.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages