labesoft / top-projects

Welcome to our simple python projects portfolio
1 stars 0 forks source link

Create Address Book in Python #43

Closed benlapETS closed 3 years ago

benlapETS commented 3 years ago

A contact book or address book is an application that stores the information (name, address, contact no, etc.) of people that you save in it. You can also edit and delete the contact.

The objective of this project is to create an Address book using python in which the user can add a new contact, edit and delete existing contact and view all the contact.

Here is the to do list:

benlapETS commented 3 years ago

created addbook/