A command-line contact management app built with Python.
- Add, update, search, view, and delete contacts
- Stores name, phone number, email, and city
- Handles duplicate contact detection
- Clean menu-driven interface
- Make sure Python is installed
- Run: python Contact_Book.py
Python — dictionaries, functions, loops