Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imnotannamaria/python-contacts-crud

A python application being able to list contacts and other things.
https://github.com/imnotannamaria/python-contacts-crud

python

Last synced: about 10 hours ago
JSON representation

A python application being able to list contacts and other things.

Awesome Lists containing this project

README

        

### Application Rules

- The application should start by displaying a list of options of what can be done with the app and allow the user to input a choice to start the application.
- It should be possible to add a contact
- The contact can have the following data:
- Name
- Phone number
- Email
- Favorite (this option is to mark a contact as a favorite)
- It should be possible to view the list of registered contacts
- It should be possible to edit a contact
- It should be possible to mark/unmark a contact as a favorite
- It should be possible to view a list of favorite contacts
- It should be possible to delete a contact