Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/imnotannamaria/python-contacts-crud
- Owner: imnotannamaria
- Created: 2024-05-08T17:04:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T18:43:41.000Z (6 months ago)
- Last Synced: 2024-05-08T20:49:11.345Z (6 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- 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