Skip to content

A simple Contact Management System program that allows users to store and manage contact information. The program should provide options to add a new contact by entering their name, phone number, and email address.

Notifications You must be signed in to change notification settings

LakshayD02/Contact_Management_System-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Contact_Management_System-Python

A simple Contact Management System program that allows users to store and manage contact information. The program should provide options to add a new contact by entering their name, phone number, and email address.

It should also allow users to view their contact list, edit existing contacts, and delete contacts if needed. The program should store the contacts in memory or in a file for persistent storage. This program defines a Contact class to represent individual contacts and a ContactManager class to manage contacts. The data is stored in memory in a dictionary. You can add, view, edit, and delete contacts using the provided options.

About

A simple Contact Management System program that allows users to store and manage contact information. The program should provide options to add a new contact by entering their name, phone number, and email address.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages