InMemory Contact Book CLI

Beginner Python project · ~1.5h

Create an object-oriented or dictionary-based Contact Manager allowing users to add contacts, search by name or email, update info, and list sorted contacts.

What you will learn

  • Dictionary and List data structures
  • Searching and filtering collections
  • String manipulation and validation
  • Basic CRUD ops in memory

Project requirements

  • Add & Retrieve Contacts: Allow adding contacts with name, email, phone.

Browse all projects →