It is a simple command-line Phonebook application built with full Python Language. This app allows users to add, search, delete, and view contacts using a basic text-based interface.
- β Add contacts (name + 10-digit phone number)
- π Search contacts by name
- β Delete contacts
- π View all saved contacts
- π‘οΈ Input validation for name and phone number
- π§ In-memory storage (no external database or file dependency)
Welcome to phonebook!!
Choose any one option provided below:
1. Add Contacts
2. Search Contacts
3. Delete Contacts
4. Display Contacts
5. ExitTo use my project on your own system use the below command-lines on your local text-editor like Vscode
Clone the repo
git clone https://github.com/Johan621/Phonebook.git
cd phonebookRun the script on text-editor
python phonebook.py