Simple Contact List

This project was create to study about of simple Python Fundamentals. It's a contact list to save, edit, delete and favorite contacts.

Regras da aplicação

  • Show a menu on CLI
  • Add a new contact with (Name, Phone, Email)
  • List all contacts
  • List all favorite contacts
  • Add a contact as favorite
  • Remove a contact as favorite
  • Edit a contact
  • Delete a contact