Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshayD02 authored Oct 14, 2023
1 parent f300141 commit a35e51d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 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.

0 comments on commit a35e51d

Please sign in to comment.