An open API service indexing awesome lists of open source software.

https://github.com/mariosantosdev/simple-contact-list-python


https://github.com/mariosantosdev/simple-contact-list-python

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# 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

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