This is a simple command-line contact book application written in Python. It allows users to add, view, update, search, and delete contacts efficiently using a text-based interface.
- Add new contacts
- View all contacts
- Search contacts by name or phone
- Update existing contact name and/or phone
- Remove a specific contact
- Clear all contacts
- Cancel operations at any time
- Help command for guidance
- Clone the repository
git clone https://github.com/EriThinMyat/Simple-Contact-Book-with-Python.git cd Simple-Contact-Book-with-Python